Function av_sample_fmt_is_planar

Source
pub unsafe extern "C" fn av_sample_fmt_is_planar(
    sample_fmt: i32,
) -> i32
Expand description

Check if the sample format is planar.

@param sample_fmt the sample format to inspect @return 1 if the sample format is planar, 0 if it is interleaved