pub(crate) fn av_image_line_size(
    format: AvPixelFormat,
    width: u32,
    plane: usize
) -> Result<usize, AvError>