projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
463d5bc
)
duration must not be scaled
author
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 9 Jul 2007 13:51:06 +0000
(13:51 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 9 Jul 2007 13:51:06 +0000
(13:51 +0000)
Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroskadec.c
patch
|
blob
|
history
diff --git
a/libavformat/matroskadec.c
b/libavformat/matroskadec.c
index
b178529
..
d54a867
100644
(file)
--- 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;
case MATROSKA_ID_BLOCKDURATION: {
if ((res = ebml_read_uint(matroska, &id, &duration)) < 0)
break;
- duration /= matroska->time_scale;
break;
}
break;
}