mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
cluster position is relative to segment_start
Originally committed as revision 8694 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1727,7 +1727,7 @@ matroska_parse_index (MatroskaDemuxContext *matroska)
|
||||
if ((res = ebml_read_uint(matroska,
|
||||
&id, &num)) < 0)
|
||||
break;
|
||||
idx.pos = num;
|
||||
idx.pos = num+matroska->segment_start;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user