summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-11 22:49:18 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-11 22:49:18 +0000
commita473bf2d0f1250d121383c123dc22eee8480da16 (patch)
tree5f9e0ec73ac9ea3b977b24acc4cee7656edd6c90 /mplayer.c
parent395e4a14304ed158212891868199a1a8e4d9c0d5 (diff)
downloadmpv-a473bf2d0f1250d121383c123dc22eee8480da16.tar.bz2
mpv-a473bf2d0f1250d121383c123dc22eee8480da16.tar.xz
better fix - now it's backward compatible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1488 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index cc85fe92a9..2f97946bab 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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) {