Go to the source code of this file.
Functions |
| static AVIIentry * | avi_get_ientry (AVIIndex *idx, int ent_id) |
| static int64_t | avi_start_new_riff (AVFormatContext *s, AVIOContext *pb, const char *riff_tag, const char *list_tag) |
| static char * | avi_stream2fourcc (char *tag, int index, enum AVMediaType type) |
| static void | avi_write_info_tag (AVIOContext *pb, const char *tag, const char *str) |
| static int | avi_write_counters (AVFormatContext *s, int riff_id) |
| static int | avi_write_header (AVFormatContext *s) |
| static int | avi_write_ix (AVFormatContext *s) |
| static int | avi_write_idx1 (AVFormatContext *s) |
| static int | avi_write_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | avi_write_trailer (AVFormatContext *s) |
Macro Definition Documentation
| #define AVI_INDEX_CLUSTER_SIZE 16384 |
Typedef Documentation
Function Documentation
| static char* avi_stream2fourcc |
( |
char * |
tag, |
|
|
int |
index, |
|
|
enum AVMediaType |
type |
|
) |
| |
|
static |
| static void avi_write_info_tag |
( |
AVIOContext * |
pb, |
|
|
const char * |
tag, |
|
|
const char * |
str |
|
) |
| |
|
static |
Variable Documentation
Initial value: {
.name = "avi",
.mime_type = "video/x-msvideo",
.extensions = "avi",
}
Definition at line 642 of file avienc.c.