#include <stdint.h>
#include <string.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:= {
}
Views are next to each other, but when upscaling apply a checkerboard pattern.
Views are next to each other.
Video is not stereoscopic (and metadata has to be there).
Views are packed per line, as if interlaced.
Views are alternated temporally.
Views are packed in a checkerboard-like structure per pixel.
Views are on top of each other.
Views are packed per column.
Definition at line 46 of file stereo3d.c.
Referenced by av_stereo3d_from_name(), and av_stereo3d_type_name().