riff: add 0x64 to g726
authorCompn <tempn@twmi.rr.com>
Tue, 3 Sep 2013 12:25:43 +0000 (08:25 -0400)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 3 Apr 2014 23:29:28 +0000 (01:29 +0200)
Sample-Id: g726-test1.wav

libavformat/riff.c

index 3749640..49989d5 100644 (file)
@@ -378,6 +378,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
     { AV_CODEC_ID_ADPCM_IMA_DK4,   0x0061 },
     /* rogue format number */
     { AV_CODEC_ID_ADPCM_IMA_DK3,   0x0062 },
+    { AV_CODEC_ID_ADPCM_G726,      0x0064 },
     { AV_CODEC_ID_ADPCM_IMA_WAV,   0x0069 },
     { AV_CODEC_ID_METASOUND,       0x0075 },
     { AV_CODEC_ID_AAC,             0x00ff },