mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
better fix - now it's backward compatible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1488 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
395e4a1430
commit
a473bf2d0f
@ -614,7 +614,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
|
||||
stream=open_stream(filename,vcd_track,&file_format);
|
||||
if(!stream) return 1; // error...
|
||||
use_stdin=(!strcmp(filename,"-"));
|
||||
if(seek_to_byte<stream->start_pos) seek_to_byte=stream->start_pos; // VCD fix
|
||||
seek_to_byte+=stream->start_pos; // required for VCD
|
||||
|
||||
#ifdef HAVE_LIBCSS
|
||||
if (dvdimportkey) {
|
||||
|
Loading…
Reference in New Issue
Block a user