diff options
author | Yong <y0ngc@yahoo.com> | 2006-10-07 18:30:41 +0000 |
---|---|---|
committer | Roberto Togni <r_togni@tiscali.it> | 2006-10-07 18:30:41 +0000 |
commit | 104f8c10b8a19080e0c1439e3e689abfcafbfaa9 (patch) | |
tree | c344a6417377cd9afb78b59e03c47ccb0f265196 /libavformat/riff.c | |
parent | 5659b509c74ccee0f4abfe197d4dd269cfe21afd (diff) | |
download | ffmpeg-104f8c10b8a19080e0c1439e3e689abfcafbfaa9.tar.gz |
Add fourccs for Wavpak and TTA
Patch by yong ||| y0ngc |a| yahoo dot com |||
Originally committed as revision 6579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index b53f04faf9..608d810231 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -194,6 +194,8 @@ const CodecTag codec_wav_tags[] = { { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' }, { CODEC_ID_TRUESPEECH, 0x22 }, { CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') }, + { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') }, + { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') }, // for NuppelVideo (nuv.c) { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') }, |