Function ff_rl_init

Source
pub unsafe extern "C" fn ff_rl_init(
    rl: *mut RLTable,
    static_store: *mut [u8; 195],
) -> c_int
Expand description

@param static_store static uint8_t array[2][2*MAX_RUN + MAX_LEVEL + 3] which will hold the level and run tables, if this is NULL av_malloc() will be used