[][src]Function ffmpeg_dev::sys::ff_set_dimensions

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

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