From 3800facac692bf6b255bb2859a338334b0b692fe Mon Sep 17 00:00:00 2001 From: Piotr Bandurski Date: Sat, 21 Jul 2012 00:45:34 +0200 Subject: [PATCH] riff: add G723_1 wav tag Reveiwed-by: compn Signed-off-by: Michael Niedermayer --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index 1492bb3217..e3cf459642 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -335,6 +335,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { CODEC_ID_TRUESPEECH, 0x0022 }, { CODEC_ID_GSM_MS, 0x0031 }, { CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */ + { CODEC_ID_G723_1, 0x0042 }, { CODEC_ID_ADPCM_G726, 0x0045 }, { CODEC_ID_MP2, 0x0050 }, { CODEC_ID_MP3, 0x0055 },