comparison wav.c @ 517:543990301444 libavformat

unofficial ids for sonic for using in nut (fixme)
author alex
date Sat, 21 Aug 2004 19:24:40 +0000
parents 112057e05179
children 0b867ba59753
comparison
equal deleted inserted replaced
516:59ddf98a5c65 517:543990301444
33 { CODEC_ID_ADPCM_IMA_DK4, 0x61 }, /* rogue format number */ 33 { CODEC_ID_ADPCM_IMA_DK4, 0x61 }, /* rogue format number */
34 { CODEC_ID_ADPCM_IMA_DK3, 0x62 }, /* rogue format number */ 34 { CODEC_ID_ADPCM_IMA_DK3, 0x62 }, /* rogue format number */
35 { CODEC_ID_WMAV1, 0x160 }, 35 { CODEC_ID_WMAV1, 0x160 },
36 { CODEC_ID_WMAV2, 0x161 }, 36 { CODEC_ID_WMAV2, 0x161 },
37 { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id? 37 { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id?
38 { CODEC_ID_SONIC, 0x2048 },
39 { CODEC_ID_SONIC_LS, 0x2048 },
38 { 0, 0 }, 40 { 0, 0 },
39 }; 41 };
40 42
41 #ifdef CONFIG_ENCODERS 43 #ifdef CONFIG_ENCODERS
42 /* WAVEFORMATEX header */ 44 /* WAVEFORMATEX header */