diff options
author | Mats Peterson <matsp888@yahoo.com> | 2016-03-12 16:18:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-13 16:06:09 +0100 |
commit | 77bc3e1944a912d712aa0d6d146b991a3686d618 (patch) | |
tree | eaf1eed11208cbcb31bce4e5ff61393d83dc45ba /libavformat/avi.h | |
parent | 9ee5b4096476d369157accc491b0f69a28cb9b6b (diff) | |
download | ffmpeg-77bc3e1944a912d712aa0d6d146b991a3686d618.tar.gz |
lavf/avienc: Add xxpc entries to index
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r-- | libavformat/avi.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libavformat/avi.h b/libavformat/avi.h index 34da76f715..af21f2c3c3 100644 --- a/libavformat/avi.h +++ b/libavformat/avi.h @@ -32,7 +32,11 @@ #define AVI_MASTER_INDEX_SIZE 256 #define AVI_MAX_STREAM_COUNT 100 +/* stream header flags */ +#define AVISF_VIDEO_PALCHANGES 0x00010000 + /* index flags */ -#define AVIIF_INDEX 0x10 +#define AVIIF_INDEX 0x00000010 +#define AVIIF_NO_TIME 0x00000100 #endif /* AVFORMAT_AVI_H */ |