Function sws_receive_slice_alignment
pub unsafe extern "C" fn sws_receive_slice_alignment(
c: *const SwsContext,
) -> u32
Expand description
Get the alignment required for slices
@param c The scaling context @return alignment required for output slices requested with sws_receive_slice(). Slice offsets and sizes passed to sws_receive_slice() must be multiples of the value returned from this function.