Go to the source code of this file.
static int flac_write_block_padding |
( |
AVIOContext * |
pb, |
|
|
unsigned int |
n_padding_bytes, |
|
|
int |
last_block |
|
) |
| |
|
static |
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.
Initial value:= {
.class_name = "flac muxer",
}
#define LIBAVUTIL_VERSION_INT
Definition at line 194 of file flacenc.c.
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 int write_trailer(AVFormatContext *s1)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost)
static void write_header(FFV1Context *f)
Definition at line 201 of file flacenc.c.