summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-07-09 13:51:06 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-07-09 13:51:06 +0000
commite16c0fc30e4f6ebbb6d49e5616318c60b3a5bc36 (patch)
treef7f76f2796ee3eebbabf052a473b7bcafbec2315 /libavformat
parent463d5bcc29380dfa267ebd22b2843400bcd22a93 (diff)
downloadffmpeg-streaming-e16c0fc30e4f6ebbb6d49e5616318c60b3a5bc36.zip
ffmpeg-streaming-e16c0fc30e4f6ebbb6d49e5616318c60b3a5bc36.tar.gz
duration must not be scaled
Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/matroskadec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index b178529..d54a867 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -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;
}
OpenPOWER on IntegriCloud