From 9ea359808572ba5f99d285c5231c02d6b503ed7a Mon Sep 17 00:00:00 2001 From: Compn Date: Sun, 15 Sep 2013 22:03:03 -0400 Subject: [PATCH] riff: g723_1 decodes vivo g723.1 in asf works on bellair_digital_movie.asf --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index 458a8f2841..853c569988 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -389,6 +389,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { AV_CODEC_ID_ADPCM_IMA_WAV, 0x0069 }, { AV_CODEC_ID_METASOUND, 0x0075 }, { AV_CODEC_ID_AAC, 0x00ff }, + { AV_CODEC_ID_G723_1, 0x0111 }, { AV_CODEC_ID_SIPR, 0x0130 }, { AV_CODEC_ID_WMAV1, 0x0160 }, { AV_CODEC_ID_WMAV2, 0x0161 },