[SCM] libav/experimental: riff: add 0x64 to g726
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Aug 10 16:02:39 UTC 2014
The following commit has been merged in the experimental branch:
commit 7b600ea0da8bf6a008134539aa8284ee171029da
Author: Compn <tempn at twmi.rr.com>
Date: Tue Sep 3 08:25:43 2013 -0400
riff: add 0x64 to g726
Sample-Id: g726-test1.wav
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 3749640..49989d5 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 },
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list