Go to the source code of this file.
◆ AVI_INDEX_CLUSTER_SIZE
#define AVI_INDEX_CLUSTER_SIZE 16384 |
◆ avi_get_ientry()
◆ avi_start_new_riff()
◆ avi_stream2fourcc()
static char* avi_stream2fourcc |
( |
char * |
tag, |
|
|
int |
index, |
|
|
enum AVMediaType |
type |
|
) |
| |
|
static |
◆ avi_write_counters()
◆ avi_write_header()
◆ avi_write_ix()
◆ avi_write_idx1()
◆ avi_write_packet()
◆ avi_write_trailer()
◆ ff_avi_muxer
Initial value:= {
.name = "avi",
.mime_type = "video/x-msvideo",
.extensions = "avi",
},
}
#define CONFIG_LIBMP3LAME
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
preferred ID for decoding MPEG audio layer 1, 2 or 3
const AVCodecTag ff_codec_wav_tags[]
const AVCodecTag ff_codec_bmp_tags[]
static int avi_write_trailer(AVFormatContext *s)
static int avi_write_header(AVFormatContext *s)
static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost)
static void write_header(FFV1Context *f)
Definition at line 637 of file avienc.c.