pub unsafe extern "C" fn av_pix_fmt_swap_endianness(
    pix_fmt: AVPixelFormat
) -> AVPixelFormat
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