Go to the source code of this file.
§ flac_write_block_padding()
static int flac_write_block_padding |
( |
AVIOContext * |
pb, |
|
|
unsigned int |
n_padding_bytes, |
|
|
int |
last_block |
|
) |
| |
|
static |
§ flac_write_block_comment()
§ flac_write_header()
§ flac_write_trailer()
§ flac_write_packet()
§ flacenc_options
Initial value:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 172 of file flacenc.c.
§ flac_muxer_class
Initial value:= {
.class_name = "flac muxer",
}
Definition at line 177 of file flacenc.c.
§ ff_flac_muxer
Initial value:= {
.name = "flac",
.mime_type = "audio/x-flac",
.extensions = "flac",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void write_header(FFV1Context *f)
Definition at line 184 of file flacenc.c.