1
0
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:
arpi 2001-12-28 01:38:40 +00:00
parent 196d9ec158
commit 4d9c6a1f8c

View File

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