diff options
author | Compn | 2013-09-03 08:25:43 -0400 |
---|---|---|
committer | Vittorio Giovara | 2014-04-04 01:29:28 +0200 |
commit | 7b600ea0da8bf6a008134539aa8284ee171029da (patch) | |
tree | 96a11893f14b1ed5e4deac23721cc7b1a1b5a1fd | |
parent | b7a12ab95bbd672ef015dc2d2c04a293e1185fe8 (diff) |
riff: add 0x64 to g726
Sample-Id: g726-test1.wav
-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 3749640de9..49989d5db6 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -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 }, |