Browse Source

duration must not be scaled

Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
e16c0fc30e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/matroskadec.c

+ 0
- 1
libavformat/matroskadec.c View File

@@ -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;
}



Loading…
Cancel
Save