mirror of https://github.com/mpv-player/mpv
seek frameno.avi too - idea by cpro@posta.unizar.es
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7213 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7a5b68e6d6
commit
b9a16d87f3
|
@ -841,6 +841,7 @@ if (seek_to_sec) {
|
|||
sscanf(seek_to_sec, "%f", &d);
|
||||
|
||||
demux_seek(demuxer, d, 1);
|
||||
if(demuxer2) demux_seek(demuxer2, d, 1);
|
||||
}
|
||||
|
||||
if(tv_param_on == 1)
|
||||
|
|
Loading…
Reference in New Issue