Function av_spherical_tile_bounds

pub unsafe extern "C" fn av_spherical_tile_bounds(
    map: *const AVSphericalMapping,
    width: usize,
    height: usize,
    left: *mut usize,
    top: *mut usize,
    right: *mut usize,
    bottom: *mut usize,
)
Expand description

Convert the @ref bounding fields from an AVSphericalVideo from 0.32 fixed point to pixels.

@param map The AVSphericalVideo map to read bound values from. @param width Width of the current frame or stream. @param height Height of the current frame or stream. @param left Pixels from the left edge. @param top Pixels from the top edge. @param right Pixels from the right edge. @param bottom Pixels from the bottom edge.