summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-11 22:44:12 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-11 22:44:12 +0000
commit395e4a14304ed158212891868199a1a8e4d9c0d5 (patch)
tree48993dd5bdd03f070c4c2d9e2fb9d38aa10cc84e /mplayer.c
parent610912b8b54129d84685247c1fd03346a7c71260 (diff)
downloadmpv-395e4a14304ed158212891868199a1a8e4d9c0d5.tar.bz2
mpv-395e4a14304ed158212891868199a1a8e4d9c0d5.tar.xz
VCD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1487 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index c3d405dab7..cc85fe92a9 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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) {