ff_vlc_init_from_lengths

Function ff_vlc_init_from_lengths 

Source
pub fn ff_vlc_init_from_lengths(
    vlc: &mut Vlc,
    nb_bits: i32,
    nb_codes: usize,
    lens: &[i8],
    lens_wrap: i32,
    symbols: Option<&[u8]>,
    symbols_wrap: i32,
    symbols_size: i32,
    offset: i32,
    flags: i32,
) -> Result<()>
Expand description

Equivalent to upstream ff_vlc_init_from_lengths().