mirror of
https://github.com/mpv-player/mpv
synced 2025-05-09 10:21:43 +02:00
Since the pause loop now also runs commands, set mpctx->was_paused
before entering it for more consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27666 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
97cf6acdab
commit
e628297bbd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user