mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
Formatting
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
#ifndef DISABLE_VIDEO
|
||||
|
||||
# include "IVideoPlayer.h"
|
||||
|
||||
# include "../lib/Rect.h"
|
||||
|
||||
struct SDL_Surface;
|
||||
@ -71,7 +70,6 @@ class CVideoInstance final : public IVideoInstance, public FFMpegStream
|
||||
{
|
||||
friend class CVideoPlayer;
|
||||
|
||||
|
||||
struct SwsContext * sws = nullptr;
|
||||
SDL_Texture * textureRGB = nullptr;
|
||||
SDL_Texture * textureYUV = nullptr;
|
||||
|
Reference in New Issue
Block a user