Commit 10759f89 authored by compn's avatar compn

add netspeak gsm and truespeech wav format tags to riff.c

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21797 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d7690f6a
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment