mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
add netspeak gsm and truespeech wav format tags to riff.c
Originally committed as revision 21797 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7df8af6385
commit
4bf2b9e8f3
@ -277,6 +277,8 @@ const AVCodecTag ff_codec_wav_tags[] = {
|
|||||||
{ CODEC_ID_ADPCM_CT, 0x0200 },
|
{ CODEC_ID_ADPCM_CT, 0x0200 },
|
||||||
{ CODEC_ID_ATRAC3, 0x0270 },
|
{ CODEC_ID_ATRAC3, 0x0270 },
|
||||||
{ CODEC_ID_IMC, 0x0401 },
|
{ CODEC_ID_IMC, 0x0401 },
|
||||||
|
{ CODEC_ID_GSM_MS, 0x1500 },
|
||||||
|
{ CODEC_ID_TRUESPEECH, 0x1501 },
|
||||||
{ CODEC_ID_AC3, 0x2000 },
|
{ CODEC_ID_AC3, 0x2000 },
|
||||||
{ CODEC_ID_DTS, 0x2001 },
|
{ CODEC_ID_DTS, 0x2001 },
|
||||||
{ CODEC_ID_SONIC, 0x2048 },
|
{ CODEC_ID_SONIC, 0x2048 },
|
||||||
|
Loading…
Reference in New Issue
Block a user