Mercurial > libavformat.hg
comparison wav.c @ 561:d5925f47058d libavformat
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov
author | melanson |
---|---|
date | Tue, 12 Oct 2004 12:47:49 +0000 |
parents | 89bd76208427 |
children | a9e04ea89942 |
comparison
equal
deleted
inserted
replaced
560:63226381e03c | 561:d5925f47058d |
---|---|
36 { CODEC_ID_WMAV2, 0x161 }, | 36 { CODEC_ID_WMAV2, 0x161 }, |
37 { CODEC_ID_AAC, 0x706d }, | 37 { CODEC_ID_AAC, 0x706d }, |
38 { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id? | 38 { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id? |
39 { CODEC_ID_SONIC, 0x2048 }, | 39 { CODEC_ID_SONIC, 0x2048 }, |
40 { CODEC_ID_SONIC_LS, 0x2048 }, | 40 { CODEC_ID_SONIC_LS, 0x2048 }, |
41 { CODEC_ID_ADPCM_CT, 0x200 }, | |
41 { 0, 0 }, | 42 { 0, 0 }, |
42 }; | 43 }; |
43 | 44 |
44 #ifdef CONFIG_ENCODERS | 45 #ifdef CONFIG_ENCODERS |
45 /* WAVEFORMATEX header */ | 46 /* WAVEFORMATEX header */ |