FFmpeg
|
Go to the source code of this file.
Macros | |
#define | AVIF_HASINDEX 0x00000010 |
#define | AVIF_MUSTUSEINDEX 0x00000020 |
#define | AVIF_ISINTERLEAVED 0x00000100 |
#define | AVIF_TRUSTCKTYPE 0x00000800 |
#define | AVIF_WASCAPTUREFILE 0x00010000 |
#define | AVIF_COPYRIGHTED 0x00020000 |
#define | AVI_MAX_RIFF_SIZE 0x40000000LL |
#define | AVI_MASTER_INDEX_SIZE 256 |
#define | AVI_MAX_STREAM_COUNT 100 |
#define | AVIIF_INDEX 0x10 |
#define AVIF_HASINDEX 0x00000010 |
Definition at line 24 of file avi.h.
Referenced by avi_write_header().
#define AVIF_MUSTUSEINDEX 0x00000020 |
Definition at line 25 of file avi.h.
Referenced by avi_read_header().
#define AVIF_ISINTERLEAVED 0x00000100 |
Definition at line 26 of file avi.h.
Referenced by avi_write_header().
#define AVIF_TRUSTCKTYPE 0x00000800 |
Definition at line 27 of file avi.h.
Referenced by avi_write_header().
#define AVI_MAX_RIFF_SIZE 0x40000000LL |
Definition at line 31 of file avi.h.
Referenced by avi_write_header(), and avi_write_packet().
#define AVI_MASTER_INDEX_SIZE 256 |
Definition at line 32 of file avi.h.
Referenced by avi_write_header(), and avi_write_ix().
#define AVI_MAX_STREAM_COUNT 100 |
Definition at line 33 of file avi.h.
Referenced by avi_write_header().
#define AVIIF_INDEX 0x10 |
Definition at line 36 of file avi.h.
Referenced by avi_read_idx1().