aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-03-06 22:05:04 +1100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-08 02:09:21 +0100
commit21527d52f631cd06b16668744fb93955e145f8c9 (patch)
tree2f8741cb0d3962a2a28ba905c947bcfbd1f915d3
parentdb44ea960d9b692e9683fffb13656a47d4166ac3 (diff)
downloadffmpeg-21527d52f631cd06b16668744fb93955e145f8c9.tar.gz
Add audio codec 0x1600 (ADTS AAC)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit d34ca1cfe3182c1cb185c31e6b1bb64f40de0e92)
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 8f16b7a7f0..920cd96e37 100644
--- 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 },