avienc.c File Reference
Go to the source code of this file.
|
Classes |
| struct | AVIIentry |
| struct | AVIIndex |
| struct | AVIContext |
Functions |
| static AVIIentry * | avi_get_ientry (AVIIndex *idx, int ent_id) |
| static offset_t | avi_start_new_riff (AVIContext *avi, ByteIOContext *pb, const char *riff_tag, const char *list_tag) |
| static char * | avi_stream2fourcc (char *tag, int index, enum CodecType type) |
| static void | avi_write_info_tag (ByteIOContext *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) |
Variables |
| AVOutputFormat | avi_muxer |
Function Documentation
| static char* avi_stream2fourcc |
( |
char * |
tag, |
|
|
int |
index, |
|
|
enum CodecType |
type | |
|
) |
| | [static] |
| static void avi_write_info_tag |
( |
ByteIOContext * |
pb, |
|
|
const char * |
tag, |
|
|
const char * |
str | |
|
) |
| | [static] |
| static int avi_write_counters |
( |
AVFormatContext * |
s, |
|
|
int |
riff_id | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
"avi",
"avi format",
"video/x-msvideo",
"avi",
sizeof(AVIContext),
CODEC_ID_MP2,
CODEC_ID_MPEG4,
avi_write_header,
avi_write_packet,
avi_write_trailer,
.codec_tag= (const AVCodecTag*[]){codec_bmp_tags, codec_wav_tags, 0},
}
Definition at line 562 of file avienc.c.