#include "mem.h"
#include "spherical.h"
Go to the source code of this file.
const char* spherical_projection_names[] |
|
static |
Initial value:= {
}
Video represents a portion of a sphere mapped on a flat surface using equirectangular projection...
Video represents a sphere mapped on a flat surface using equirectangular projection.
Video frame is split into 6 faces of a cube, and arranged on a 3x2 layout.
Definition at line 54 of file spherical.c.
Referenced by av_spherical_from_name(), and av_spherical_projection_name().