[FFmpeg-cvslog] r15546 - trunk/ffplay.c

lu_zero subversion
Sat Oct 4 11:23:18 CEST 2008


Author: lu_zero
Date: Sat Oct  4 11:23:18 2008
New Revision: 15546

Log:
Mark ffplay internal variables static. Patch by Diego Petten?

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	(original)
+++ trunk/ffplay.c	Sat Oct  4 11:23:18 2008
@@ -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)




More information about the ffmpeg-cvslog mailing list