Mercurial > libavformat.hg
changeset 5655:aa15ce84d338 libavformat
add netspeak gsm and truespeech wav format tags to riff.c
author | compn |
---|---|
date | Sat, 13 Feb 2010 17:57:24 +0000 |
parents | 2f09b8dc4e08 |
children | 408c4e4d278a |
files | riff.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Sat Feb 13 16:56:37 2010 +0000 +++ b/riff.c Sat Feb 13 17:57:24 2010 +0000 @@ -277,6 +277,8 @@ { 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 },