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_picture()
◆ flac_finish_header()
◆ flac_init()
◆ flac_write_header()
◆ flac_write_audio_packet()
◆ flac_queue_flush()
◆ flac_write_trailer()
◆ flac_deinit()
◆ 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.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 407 of file flacenc.c.
◆ flac_muxer_class
Initial value:= {
.class_name = "flac muxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 412 of file flacenc.c.
◆ ff_flac_muxer
Initial value:= {
.p.name = "flac",
.p.mime_type = "audio/x-flac",
.p.extensions = "flac",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 419 of file flacenc.c.