diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-05-25 23:39:56 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-05-25 23:39:56 +0200 |
commit | 860ac0a5bbbfdd7d2d16e92cb33beae346ea2a87 (patch) | |
tree | d801a8b6b26a3b7b9fe1986230243df28755862c /libavformat/riff.c | |
parent | 94d07b314aa516284cc21ea720d4a305f881b6c2 (diff) | |
download | ffmpeg-860ac0a5bbbfdd7d2d16e92cb33beae346ea2a87.tar.gz |
lavf/riff: Add 0x729A as TwoCC for G.729.
Reported by forum user muchuan.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 850e2574c4..8e4e3e464c 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 }, |