Function av_pix_fmt_swap_endianness
pub unsafe extern "C" fn av_pix_fmt_swap_endianness(
pix_fmt: i32,
) -> i32
Expand description
Utility function to swap the endianness of a pixel format.
@param[in] pix_fmt the pixel format
@return pixel format with swapped endianness if it exists, otherwise AV_PIX_FMT_NONE