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:
arpi 2001-08-11 22:49:18 +00:00
parent 395e4a1430
commit a473bf2d0f
1 changed files with 1 additions and 1 deletions

View File

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