[FFmpeg-cvslog] Revert "riff: remove references to sonic codec ids"
Michael Niedermayer
git at videolan.org
Fri Jan 13 16:09:00 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jan 13 01:40:03 2012 +0100| [645569e19fa2bdff45610098d952ea22b5b2d1ef] | committer: Michael Niedermayer
Revert "riff: remove references to sonic codec ids"
This reverts commit 0fd88d398896353074fee153259dbf3530ca423f.
Theres no reason to drop support for this.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=645569e19fa2bdff45610098d952ea22b5b2d1ef
---
libavformat/riff.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index f5ac746..cd2c9a0 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -338,6 +338,8 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ CODEC_ID_AAC_LATM, 0x1602 },
{ CODEC_ID_AC3, 0x2000 },
{ CODEC_ID_DTS, 0x2001 },
+ { CODEC_ID_SONIC, 0x2048 },
+ { CODEC_ID_SONIC_LS, 0x2048 },
{ CODEC_ID_PCM_MULAW, 0x6c75 },
{ CODEC_ID_AAC, 0x706d },
{ CODEC_ID_AAC, 0x4143 },
More information about the ffmpeg-cvslog
mailing list