[FFmpeg-cvslog] r21797 - trunk/libavformat/riff.c
compn
subversion
Sat Feb 13 18:57:24 CET 2010
Author: compn
Date: Sat Feb 13 18:57:24 2010
New Revision: 21797
Log:
add netspeak gsm and truespeech wav format tags to riff.c
Modified:
trunk/libavformat/riff.c
Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c Sat Feb 13 18:42:58 2010 (r21796)
+++ trunk/libavformat/riff.c Sat Feb 13 18:57:24 2010 (r21797)
@@ -277,6 +277,8 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ CODEC_ID_ADPCM_CT, 0x0200 },
{ CODEC_ID_ATRAC3, 0x0270 },
{ CODEC_ID_IMC, 0x0401 },
+ { CODEC_ID_GSM_MS, 0x1500 },
+ { CODEC_ID_TRUESPEECH, 0x1501 },
{ CODEC_ID_AC3, 0x2000 },
{ CODEC_ID_DTS, 0x2001 },
{ CODEC_ID_SONIC, 0x2048 },
More information about the ffmpeg-cvslog
mailing list