]> git.sesse.net Git - ffmpeg/commitdiff
lavf/riff: Add 0x729A as TwoCC for G.729.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 25 May 2015 21:39:56 +0000 (23:39 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 25 May 2015 21:39:56 +0000 (23:39 +0200)
Reported by forum user muchuan.

libavformat/riff.c

index 850e2574c484e615b3f9bd24999e3557409fb558..8e4e3e464c44581258e683de3105a1b24be29af1 100644 (file)
@@ -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 },