[FFmpeg-devel] [PATCH] Add audio codec 0x1600 (ADTS AAC)
Peter Ross
pross
Sun Mar 6 12:05:04 CET 2011
---
Description here:
http://msdn.microsoft.com/en-us/library/dd317599(v=vs.85).aspx
libavformat/riff.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 709aaad..6ccf83e 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 },
--
1.7.1
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110306/b753c9e6/attachment.pgp>
More information about the ffmpeg-devel
mailing list