Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-13 04:40:03 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-01-13 18:57:34 +0400
commit645569e19fa2bdff45610098d952ea22b5b2d1ef (patch)
tree002a5a236bbe200ab2ed95fa37b45e19a13e9034 /libavformat/riff.c
parent0be8e661743705eb4c4369943867f462df0fa1ca (diff)
Revert "riff: remove references to sonic codec ids"
This reverts commit 0fd88d398896353074fee153259dbf3530ca423f. Theres no reason to drop support for this.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index f5ac746b87..cd2c9a0f0c 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 },