comparison mov.c @ 1335:2cbaaf63ce18 libavformat

add lpcm fourcc
author bcoudurier
date Thu, 28 Sep 2006 17:54:59 +0000
parents 5825a7bc0d96
children 06a5d191774d
comparison
equal deleted inserted replaced
1334:5825a7bc0d96 1335:2cbaaf63ce18
145 { CODEC_ID_AC3, MKTAG('m', 's', 0x20, 0x00) }, /* Dolby AC-3 */ 145 { CODEC_ID_AC3, MKTAG('m', 's', 0x20, 0x00) }, /* Dolby AC-3 */
146 { CODEC_ID_ALAC,MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */ 146 { CODEC_ID_ALAC,MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */
147 { CODEC_ID_QDM2,MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */ 147 { CODEC_ID_QDM2,MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */
148 { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') }, 148 { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
149 { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') }, 149 { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') },
150 { CODEC_ID_PCM_S16LE, MKTAG('l', 'p', 'c', 'm') },
150 { CODEC_ID_NONE, 0 }, 151 { CODEC_ID_NONE, 0 },
151 }; 152 };
152 153
153 /* the QuickTime file format is quite convoluted... 154 /* the QuickTime file format is quite convoluted...
154 * it has lots of index tables, each indexing something in another one... 155 * it has lots of index tables, each indexing something in another one...