Commit e16c0fc3 authored by Aurelien Jacobs's avatar Aurelien Jacobs

duration must not be scaled

Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 463d5bcc
......@@ -2501,7 +2501,6 @@ matroska_parse_blockgroup (MatroskaDemuxContext *matroska,
case MATROSKA_ID_BLOCKDURATION: {
if ((res = ebml_read_uint(matroska, &id, &duration)) < 0)
break;
duration /= matroska->time_scale;
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