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_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 404 of file flacenc.c.
◆ flac_muxer_class
Initial value:= {
.class_name = "flac muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 409 of file flacenc.c.
◆ ff_flac_muxer
Initial value:= {
.name = "flac",
.mime_type = "audio/x-flac",
.extensions = "flac",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static av_cold int init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int write_trailer(AVFormatContext *s1)
static void write_header(FFV1Context *f)
Definition at line 416 of file flacenc.c.