projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76aa876
)
Add audio codec 0x1600 (ADTS AAC)
author
Peter Ross
<pross@xvid.org>
Sun, 6 Mar 2011 11:05:04 +0000
(22:05 +1100)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Mon, 7 Mar 2011 16:11:01 +0000
(11:11 -0500)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
8f16b7a
..
920cd96
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-299,6
+299,7
@@
const AVCodecTag ff_codec_wav_tags[] = {
{ CODEC_ID_IMC, 0x0401 },
{ CODEC_ID_GSM_MS, 0x1500 },
{ CODEC_ID_TRUESPEECH, 0x1501 },
+ { CODEC_ID_AAC, 0x1600 }, /* ADTS AAC */
{ CODEC_ID_AAC_LATM, 0x1602 },
{ CODEC_ID_AC3, 0x2000 },
{ CODEC_ID_DTS, 0x2001 },