[FFmpeg-cvslog] r25837 - trunk/libavformat/riff.c

pross subversion
Sun Nov 28 04:01:00 CET 2010


Author: pross
Date: Sun Nov 28 04:01:00 2010
New Revision: 25837

Log:
Add G.722 to RIFF codec list

Modified:
   trunk/libavformat/riff.c

Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	Sat Nov 27 21:29:54 2010	(r25836)
+++ trunk/libavformat/riff.c	Sun Nov 28 04:01:00 2010	(r25837)
@@ -292,6 +292,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
     { CODEC_ID_WMALOSSLESS,     0x0163 },
     { CODEC_ID_ADPCM_CT,        0x0200 },
     { CODEC_ID_ATRAC3,          0x0270 },
+    { CODEC_ID_ADPCM_G722,      0x028F },
     { CODEC_ID_IMC,             0x0401 },
     { CODEC_ID_GSM_MS,          0x1500 },
     { CODEC_ID_TRUESPEECH,      0x1501 },



More information about the ffmpeg-cvslog mailing list