mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 14:30:27 +00: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:
parent
01344104c1
commit
67545b0ce6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user