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 189 of file flacenc.c.
◆ flac_muxer_class
Initial value:= {
.class_name = "flac muxer",
}
#define LIBAVUTIL_VERSION_INT
Definition at line 194 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)
#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 201 of file flacenc.c.