comparison avienc.c @ 4206:c3102b189cb6 libavformat

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents bd4d3fee45d0
children 2fc899894f5e
comparison
equal deleted inserted replaced
4205:41878938d030 4206:c3102b189cb6
25 /* 25 /*
26 * TODO: 26 * TODO:
27 * - fill all fields if non streamed (nb_frames for example) 27 * - fill all fields if non streamed (nb_frames for example)
28 */ 28 */
29 29
30 #ifdef CONFIG_AVI_MUXER 30 #if CONFIG_AVI_MUXER
31 typedef struct AVIIentry { 31 typedef struct AVIIentry {
32 unsigned int flags, pos, len; 32 unsigned int flags, pos, len;
33 } AVIIentry; 33 } AVIIentry;
34 34
35 #define AVI_INDEX_CLUSTER_SIZE 16384 35 #define AVI_INDEX_CLUSTER_SIZE 16384