[MPlayer-cvslog] r33233 - trunk/mplayer.c

reimar subversion at mplayerhq.hu
Fri Apr 8 00:30:18 CEST 2011


Author: reimar
Date: Fri Apr  8 00:30:18 2011
New Revision: 33233

Log:
Move variables into block where they are used.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Thu Apr  7 23:49:06 2011	(r33232)
+++ trunk/mplayer.c	Fri Apr  8 00:30:18 2011	(r33233)
@@ -3559,8 +3559,6 @@ current_module="main";
 if(verbose) term_osd = 0;
 
 {
-int frame_time_remaining=0; // flag
-int blit_frame=0;
 mpctx->num_buffered_frames=0;
 mpctx->framestep_found=0;
 
@@ -3704,6 +3702,8 @@ if(!mpctx->sh_video) {
   update_osd_msg();
 
 } else {
+  int frame_time_remaining = 0;
+  int blit_frame = 1;
 
 /*========================== PLAY VIDEO ============================*/
 


More information about the MPlayer-cvslog mailing list