diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-11 22:44:12 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-11 22:44:12 +0000 |
commit | 395e4a14304ed158212891868199a1a8e4d9c0d5 (patch) | |
tree | 48993dd5bdd03f070c4c2d9e2fb9d38aa10cc84e | |
parent | 610912b8b54129d84685247c1fd03346a7c71260 (diff) |
VCD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1487 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | mplayer.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -614,6 +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 #ifdef HAVE_LIBCSS if (dvdimportkey) { |