Commit 03dac10d authored by aurel's avatar aurel

matroskadec: set cur_dts after seek

patch by elupus   elupus _at_ ecce _dot_ se


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13748 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d4e876c3
......@@ -3177,6 +3177,7 @@ matroska_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp,
matroska->skip_to_keyframe = !(flags & AVSEEK_FLAG_ANY);
matroska->skip_to_stream = st;
matroska->peek_id = 0;
av_update_cur_dts(s, st, st->index_entries[index].timestamp);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment