av_spherical_tile_bounds

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.

extern (C) @nogc nothrow
void
av_spherical_tile_bounds
(,
size_t width
,
size_t height
,
size_t* left
,
size_t* top
,
size_t* right
,
size_t* bottom
)

Meta