43 avio_w8(pb, last_block ? 0x81 : 0x01);
50 int last_block,
int bitexact)
64 bytestream_put_byte(&p, last_block ? 0x84 : 0x04);
65 bytestream_put_be24(&p, len);
98 padding =
av_clip_c(padding, 0, 16777215);
114 "already present, this muxer will not overwrite it.\n");
203 .mime_type =
"audio/x-flac",
204 .extensions =
"flac",
211 .priv_class = &flac_muxer_class,