[FFmpeg-cvslog] lavf/riff: Add 0x729A as TwoCC for G.729.
Carl Eugen Hoyos
git at videolan.org
Mon May 25 23:41:47 CEST 2015
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon May 25 23:39:56 2015 +0200| [860ac0a5bbbfdd7d2d16e92cb33beae346ea2a87] | committer: Carl Eugen Hoyos
lavf/riff: Add 0x729A as TwoCC for G.729.
Reported by forum user muchuan.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=860ac0a5bbbfdd7d2d16e92cb33beae346ea2a87
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 850e257..8e4e3e4 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -439,6 +439,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_AAC, 0x706d },
{ AV_CODEC_ID_AAC, 0x4143 },
{ AV_CODEC_ID_XAN_DPCM, 0x594a },
+ { AV_CODEC_ID_G729, 0x729A },
{ AV_CODEC_ID_G723_1, 0xA100 }, /* Comverse Infosys Ltd. G723 1 */
{ AV_CODEC_ID_AAC, 0xA106 },
{ AV_CODEC_ID_SPEEX, 0xA109 },
More information about the ffmpeg-cvslog
mailing list