diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-03 02:30:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-03 02:30:38 +0000 |
commit | bf3027c87b7a8e00af3a6de0dbd742de9ea46c0c (patch) | |
tree | cb258f7c22be7a8927b1322e8cad0df401c527a1 /libavformat | |
parent | 27c748b576152abcec3e57807045a8492d84050b (diff) | |
download | ffmpeg-bf3027c87b7a8e00af3a6de0dbd742de9ea46c0c.tar.gz |
TrueSpeech compatible audio decoder by Konstantin Shishkov
Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/wav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c index 021edad755..101def7012 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -44,6 +44,7 @@ const CodecTag codec_wav_tags[] = { { CODEC_ID_SONIC_LS, 0x2048 }, { CODEC_ID_ADPCM_CT, 0x200 }, { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' }, + { CODEC_ID_TRUESPEECH, 0x22 }, { 0, 0 }, }; |