#include <string.h>
#include "avstring.h"
#include "common.h"
#include "mem.h"
#include "stereo3d.h"
Go to the source code of this file.
◆ stereo3d_type_names
const char* const stereo3d_type_names[] |
|
static |
Initial value:= {
}
@ AV_STEREO3D_COLUMNS
Views are packed per column.
@ AV_STEREO3D_LINES
Views are packed per line, as if interlaced.
@ AV_STEREO3D_2D
Video is not stereoscopic (and metadata has to be there).
@ AV_STEREO3D_CHECKERBOARD
Views are packed in a checkerboard-like structure per pixel.
@ AV_STEREO3D_TOPBOTTOM
Views are on top of each other.
@ AV_STEREO3D_SIDEBYSIDE_QUINCUNX
Views are next to each other, but when upscaling apply a checkerboard pattern.
@ AV_STEREO3D_FRAMESEQUENCE
Views are alternated temporally.
@ AV_STEREO3D_SIDEBYSIDE
Views are next to each other.
Definition at line 46 of file stereo3d.c.
Referenced by av_stereo3d_from_name(), and av_stereo3d_type_name().