mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-25 12:14:46 +02:00
Formatting
This commit is contained in:
parent
e39461165a
commit
02da800151
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user