Mercurial > libavformat.hg
changeset 1359:9d9c1d767659 libavformat
Add fourccs for Wavpak and TTA
Patch by yong ||| y0ngc |a| yahoo dot com |||
author | rtogni |
---|---|
date | Sat, 07 Oct 2006 18:30:41 +0000 |
parents | 0899bfe4105c |
children | bc6d64f0ab7a |
files | riff.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Sat Oct 07 15:30:46 2006 +0000 +++ b/riff.c Sat Oct 07 18:30:41 2006 +0000 @@ -194,6 +194,8 @@ { 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') },