Commit 33cd8564 authored by lu_zero's avatar lu_zero

Mark ffplay internal variables static. Patch by Diego Pettenò

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15546 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4df03abc
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment