Mercurial > libavformat.hg
changeset 1393:d8cde666839c libavformat
Replace FLAC FourCC by TwoCC.
author | diego |
---|---|
date | Mon, 16 Oct 2006 11:18:26 +0000 |
parents | a35c953d4561 |
children | bd265fedcd65 |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Sun Oct 15 12:59:45 2006 +0000 +++ b/riff.c Mon Oct 16 11:18:26 2006 +0000 @@ -193,9 +193,9 @@ { CODEC_ID_ADPCM_CT, 0x200 }, { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' }, { CODEC_ID_TRUESPEECH, 0x22 }, + { CODEC_ID_FLAC, 0xF1AC }, /* FIXME: All of the IDs below are not 16 bit and thus illegal. */ - { CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') }, { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') }, { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') }, { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n') },