[FFmpeg-cvslog] riff: support 0xa100 TwoCC
Piotr Bandurski
git at videolan.org
Sat Oct 27 22:41:36 CEST 2012
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Sat Oct 27 21:32:40 2012 +0200| [2ef26b5e73373d0684a3507f74adfbf3a1e22785] | committer: Michael Niedermayer
riff: support 0xa100 TwoCC
fixes decoding of file "4790b7f1c44f98e35f3b806468fa615f5930a5b3.wav" from ticket #1856
(0xa100 = Comverse Infosys Ltd. G723 1)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ef26b5e73373d0684a3507f74adfbf3a1e22785
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 1a5b414..b20630c 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -373,6 +373,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_PCM_MULAW, 0x6c75 },
{ AV_CODEC_ID_AAC, 0x706d },
{ AV_CODEC_ID_AAC, 0x4143 },
+ { AV_CODEC_ID_G723_1, 0xA100 },
{ AV_CODEC_ID_SPEEX, 0xA109 },
{ AV_CODEC_ID_FLAC, 0xF1AC },
{ AV_CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
More information about the ffmpeg-cvslog
mailing list