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

reimar subversion at mplayerhq.hu
Thu Sep 25 19:42:56 CEST 2008


Author: reimar
Date: Thu Sep 25 19:42:56 2008
New Revision: 27666

Log:
Since the pause loop now also runs commands, set mpctx->was_paused
before entering it for more consistency.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	(original)
+++ trunk/mplayer.c	Thu Sep 25 19:42:56 2008
@@ -3833,8 +3833,8 @@ if(auto_quality>0){
   current_module="pause";
 
   if (mpctx->osd_function == OSD_PAUSE) {
-      pause_loop();
       mpctx->was_paused = 1;
+      pause_loop();
   }
 
 // handle -sstep



More information about the MPlayer-cvslog mailing list