Function ff_flac_get_max_frame_size

Source
pub unsafe extern "C" fn ff_flac_get_max_frame_size(
    blocksize: c_int,
    ch: c_int,
    bps: c_int,
) -> c_int
Expand description

Calculate an estimate for the maximum frame size based on verbatim mode. @param blocksize block size, in samples @param ch number of channels @param bps bits-per-sample