# HG changeset patch # User reimar # Date 1222364576 0 # Node ID 9d0094f6cdf60dbb019390383efe3b9a2c7a11e5 # Parent 6a7cdd00599f661eea85996957dac39fab1f2291 Since the pause loop now also runs commands, set mpctx->was_paused before entering it for more consistency. diff -r 6a7cdd00599f -r 9d0094f6cdf6 mplayer.c --- a/mplayer.c Thu Sep 25 17:40:33 2008 +0000 +++ b/mplayer.c Thu Sep 25 17:42:56 2008 +0000 @@ -3833,8 +3833,8 @@ current_module="pause"; if (mpctx->osd_function == OSD_PAUSE) { + mpctx->was_paused = 1; pause_loop(); - mpctx->was_paused = 1; } // handle -sstep