1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-25 12:14:46 +02:00

Formatting

This commit is contained in:
Ivan Savenko 2024-05-15 16:15:25 +00:00
parent e39461165a
commit 02da800151
2 changed files with 17 additions and 19 deletions

View File

@ -12,7 +12,6 @@
#ifndef DISABLE_VIDEO #ifndef DISABLE_VIDEO
# include "IVideoPlayer.h" # include "IVideoPlayer.h"
# include "../lib/Rect.h" # include "../lib/Rect.h"
struct SDL_Surface; struct SDL_Surface;
@ -71,7 +70,6 @@ class CVideoInstance final : public IVideoInstance, public FFMpegStream
{ {
friend class CVideoPlayer; friend class CVideoPlayer;
struct SwsContext * sws = nullptr; struct SwsContext * sws = nullptr;
SDL_Texture * textureRGB = nullptr; SDL_Texture * textureRGB = nullptr;
SDL_Texture * textureYUV = nullptr; SDL_Texture * textureYUV = nullptr;