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,
|
if ((res = ebml_read_uint(matroska,
|
||||||
&id, &num)) < 0)
|
&id, &num)) < 0)
|
||||||
break;
|
break;
|
||||||
idx.pos = num;
|
idx.pos = num+matroska->segment_start;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user