duration must not be scaled
Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
463d5bcc29
commit
e16c0fc30e
@ -2501,7 +2501,6 @@ matroska_parse_blockgroup (MatroskaDemuxContext *matroska,
|
|||||||
case MATROSKA_ID_BLOCKDURATION: {
|
case MATROSKA_ID_BLOCKDURATION: {
|
||||||
if ((res = ebml_read_uint(matroska, &id, &duration)) < 0)
|
if ((res = ebml_read_uint(matroska, &id, &duration)) < 0)
|
||||||
break;
|
break;
|
||||||
duration /= matroska->time_scale;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user