1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01: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:
reimar 2008-09-25 17:42:56 +00:00
parent 97cf6acdab
commit e628297bbd

View File

@ -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