Commit 3fe96544 authored by aurel's avatar aurel

duration must not be scaled

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9558 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a19fc59
......@@ -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