summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorCompn <tempn@twmi.rr.com>2013-09-03 08:25:43 -0400
committerCompn <tempn@twmi.rr.com>2013-09-03 08:25:43 -0400
commit8d14596bc241b32aa08a6885c7c1dbfcd0566948 (patch)
tree3d652eb7d2226aad77a987c57d668a847745d248 /libavformat/riff.c
parent1eb151c501ec66c554c3417b84acd57499241004 (diff)
riff: add 0x64 to g726 works on g726-test1.wav
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 38d12fd64f..e3e966ab6e 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -385,6 +385,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 },