1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

Mark ffplay internal variables static. Patch by Diego Pettenò

Originally committed as revision 15546 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Pettenò
2008-10-04 09:23:18 +00:00
committed by Luca Barbato
parent 5c918b2775
commit 2c676c33a4

View File

@@ -217,13 +217,13 @@ static int is_full_screen;
static VideoState *cur_stream;
static int64_t audio_callback_time;
AVPacket flush_pkt;
static AVPacket flush_pkt;
#define FF_ALLOC_EVENT (SDL_USEREVENT)
#define FF_REFRESH_EVENT (SDL_USEREVENT + 1)
#define FF_QUIT_EVENT (SDL_USEREVENT + 2)
SDL_Surface *screen;
static SDL_Surface *screen;
/* packet queue handling */
static void packet_queue_init(PacketQueue *q)