summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-03 02:30:38 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-03 02:30:38 +0000
commitbf3027c87b7a8e00af3a6de0dbd742de9ea46c0c (patch)
treecb258f7c22be7a8927b1322e8cad0df401c527a1 /libavformat/wav.c
parent27c748b576152abcec3e57807045a8492d84050b (diff)
TrueSpeech compatible audio decoder by Konstantin Shishkov
Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r--libavformat/wav.c1
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 },
};