Commit 67545b0c authored by Aurelien Jacobs's avatar Aurelien Jacobs

cluster position is relative to segment_start

Originally committed as revision 8694 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 01344104
......@@ -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;
}
......
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