mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
don't reset timer at seek - req. for dxr3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3825 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
196d9ec158
commit
4d9c6a1f8c
@ -687,8 +687,12 @@ if(!demuxer->seekable){
|
||||
demuxer->video->eof=0;
|
||||
demuxer->audio->eof=0;
|
||||
|
||||
#if 1
|
||||
if(sh_audio) sh_audio->timer=sh_video->timer;
|
||||
#else
|
||||
if(sh_audio) sh_audio->timer=0;
|
||||
sh_video->timer=0; // !!!!!!
|
||||
#endif
|
||||
|
||||
switch(demuxer->file_format){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user