mirror of
https://github.com/mpv-player/mpv
synced 2025-01-14 02:51:26 +00:00
Fixed broken pause function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@578 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d30168feb2
commit
f1288561ac
@ -1595,8 +1595,8 @@ switch(sh_video->codec->driver){
|
||||
if(eof) break;
|
||||
if(force_redraw){
|
||||
--force_redraw;
|
||||
if(!force_redraw) osd_function=OSD_PLAY;
|
||||
}
|
||||
if(!force_redraw) osd_function=OSD_PLAY;
|
||||
|
||||
// printf("A:%6.1f V:%6.1f A-V:%7.3f frame=%5.2f \r",d_audio->pts,d_video->pts,d_audio->pts-d_video->pts,a_frame);
|
||||
// fflush(stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user