mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
time zero after stop fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1828 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3406fd6b97
commit
5d0b354e7a
@ -1868,6 +1868,8 @@ goto_next_file: // don't jump here after ao/vo/getch initialization!
|
|||||||
mplStop();
|
mplStop();
|
||||||
mplSubRender=1;
|
mplSubRender=1;
|
||||||
wsPostRedisplay( &appMPlayer.subWindow );
|
wsPostRedisplay( &appMPlayer.subWindow );
|
||||||
|
mplShMem->TimeSec=0;
|
||||||
|
mplShMem->Position=0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user