comparison avi.h @ 3107:483860e90d58 libavformat

avi.h does not use anything from avcodec.h.
author aurel
date Mon, 03 Mar 2008 22:56:07 +0000
parents 0899bfe4105c
children 1b6245500d8c
comparison
equal deleted inserted replaced
3106:ed30b032fa7b 3107:483860e90d58
19 */ 19 */
20 20
21 #ifndef FFMPEG_AVI_H 21 #ifndef FFMPEG_AVI_H
22 #define FFMPEG_AVI_H 22 #define FFMPEG_AVI_H
23 23
24 #include "avcodec.h"
25
26 #define AVIF_HASINDEX 0x00000010 // Index at end of file? 24 #define AVIF_HASINDEX 0x00000010 // Index at end of file?
27 #define AVIF_MUSTUSEINDEX 0x00000020 25 #define AVIF_MUSTUSEINDEX 0x00000020
28 #define AVIF_ISINTERLEAVED 0x00000100 26 #define AVIF_ISINTERLEAVED 0x00000100
29 #define AVIF_TRUSTCKTYPE 0x00000800 // Use CKType to find key frames? 27 #define AVIF_TRUSTCKTYPE 0x00000800 // Use CKType to find key frames?
30 #define AVIF_WASCAPTUREFILE 0x00010000 28 #define AVIF_WASCAPTUREFILE 0x00010000