|
Libav 0.7.1
|
#include "metadata.h"Go to the source code of this file.
Defines | |
| #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 |
Variables | |
| const AVMetadataConv | ff_avi_metadata_conv [] |
| const char | ff_avi_tags [][5] |
| A list of AVI info tags. | |
| #define AVI_MASTER_INDEX_SIZE 256 |
Definition at line 34 of file avi.h.
Referenced by avi_write_header(), and avi_write_ix().
| #define AVI_MAX_RIFF_SIZE 0x40000000LL |
Definition at line 33 of file avi.h.
Referenced by avi_write_header(), and avi_write_packet().
| #define AVI_MAX_STREAM_COUNT 100 |
Definition at line 35 of file avi.h.
Referenced by avi_write_header().
| #define AVIF_HASINDEX 0x00000010 |
Definition at line 26 of file avi.h.
Referenced by avi_write_header().
| #define AVIF_ISINTERLEAVED 0x00000100 |
Definition at line 28 of file avi.h.
Referenced by avi_write_header().
| #define AVIF_MUSTUSEINDEX 0x00000020 |
Definition at line 27 of file avi.h.
Referenced by avi_read_header().
| #define AVIF_TRUSTCKTYPE 0x00000800 |
Definition at line 29 of file avi.h.
Referenced by avi_write_header().
| #define AVIIF_INDEX 0x10 |
Definition at line 38 of file avi.h.
Referenced by avi_read_idx1().
| const AVMetadataConv ff_avi_metadata_conv[] |
Definition at line 24 of file avi.c.
Referenced by avi_read_header().
| const char ff_avi_tags[][5] |
1.7.4