pub unsafe extern "C" fn aom_img_plane_height(
    img: *const aom_image_t,
    plane: c_int
) -> c_int
Expand description

Get the height of a plane

Get the height of a plane of an image

\param[in] img Image descriptor \param[in] plane Plane index