Function ff_set_sar

Source
pub unsafe extern "C" fn ff_set_sar(
    avctx: *mut AVCodecContext,
    sar: AVRational,
) -> c_int
Expand description

Check that the provided sample aspect ratio is valid and set it on the codec context.