[FFmpeg-cvslog] riff: add G723_1 wav tag

Piotr Bandurski git at videolan.org
Sat Jul 21 05:49:11 CEST 2012


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Sat Jul 21 00:45:34 2012 +0200| [3800facac692bf6b255bb2859a338334b0b692fe] | committer: Michael Niedermayer

riff: add G723_1 wav tag

Reveiwed-by: compn <tempn at twmi.rr.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 1492bb3..e3cf459 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 },



More information about the ffmpeg-cvslog mailing list