Function ff_set_dimensions

Source
pub unsafe extern "C" fn ff_set_dimensions(
    s: *mut AVCodecContext,
    width: c_int,
    height: c_int,
) -> c_int
Expand description

Check that the provided frame dimensions are valid and set them on the codec context.