43 avio_w8(pb, last_block ? 0x81 : 0x01);
50 int last_block,
int bitexact)
59 if (len >= ((1<<24) - 4))
66 bytestream_put_byte(&p, last_block ? 0x84 : 0x04);
67 bytestream_put_be24(&p, len);
100 padding = av_clip_uintp2(padding, 24);
116 "already present, this muxer will not overwrite it.\n");
205 .mime_type =
"audio/x-flac",
206 .extensions =
"flac",
213 .priv_class = &flac_muxer_class,