projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92d206
)
no need for special case default_duration for AAC
author
Aurelien Jacobs
<aurel@gnuage.org>
Thu, 16 Aug 2007 21:55:37 +0000
(21:55 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Thu, 16 Aug 2007 21:55:37 +0000
(21:55 +0000)
Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroskadec.c
patch
|
blob
|
history
diff --git
a/libavformat/matroskadec.c
b/libavformat/matroskadec.c
index b6a98931efab93bf0c531dcdb9825ef7e4e16973..e6776367ef4bf4694f0d749f85aa0a9964664ecc 100644
(file)
--- a/
libavformat/matroskadec.c
+++ b/
libavformat/matroskadec.c
@@
-2087,7
+2087,6
@@
matroska_read_header (AVFormatContext *s,
} else {
extradata_size = 2;
}
- track->default_duration = 1024*1000 / audiotrack->internal_samplerate;
}
else if (codec_id == CODEC_ID_TTA) {