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.
pub unsafe extern "C" fn ff_set_sar(
avctx: *mut AVCodecContext,
sar: AVRational,
) -> c_int
Check that the provided sample aspect ratio is valid and set it on the codec context.