[FFmpeg-cvslog] riff: g723_1 decodes vivo g723.1 in asf

Compn git at videolan.org
Mon Sep 16 03:55:35 CEST 2013


ffmpeg | branch: master | Compn <tempn at twmi.rr.com> | Sun Sep 15 22:03:03 2013 -0400| [9ea359808572ba5f99d285c5231c02d6b503ed7a] | committer: Compn

riff: g723_1 decodes vivo g723.1 in asf
works on bellair_digital_movie.asf

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ea359808572ba5f99d285c5231c02d6b503ed7a
---

 libavformat/riff.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 458a8f2..853c569 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 },



More information about the ffmpeg-cvslog mailing list