122 {
"LEAD_PERFORMER",
"performer" },
123 {
"PART_NUMBER" ,
"track" },
134 "row_interleaved_rl",
135 "row_interleaved_lr",
136 "col_interleaved_rl",
137 "col_interleaved_lr",
140 "anaglyph_green_magenta",
171 sd->
size =
sizeof(*stereo);
174 switch (stereo_mode) {
Views are packed per line, as if interlaced.
const char *const ff_matroska_video_stereo_plane[MATROSKA_VIDEO_STEREO_PLANE_COUNT]
Views are alternated temporally.
This side data should be associated with a video stream and contains Stereoscopic 3D information in f...
AVPacketSideData * side_data
An array of side data that applies to the whole stream (i.e.
MatroskaVideoStereoModeType
Stereo 3D type: this structure describes how two videos are packed within a single video surface...
int ff_mkv_stereo3d_conv(AVStream *st, MatroskaVideoStereoModeType stereo_mode)
int nb_side_data
The number of elements in the AVStream.side_data array.
int flags
Additional information about the frame packing.
const char *const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREOMODE_TYPE_NB]
preferred ID for decoding MPEG audio layer 1, 2 or 3
enum AVPacketSideDataType type
Video is not stereoscopic (and metadata has to be there).
const CodecMime ff_mkv_mime_tags[]
#define MATROSKA_VIDEO_STEREO_PLANE_COUNT
#define AV_STEREO3D_FLAG_INVERT
Inverted views, Right/Bottom represents the left view.
preferred ID for MPEG-1/2 video decoding
enum AVStereo3DType type
How views are packed within the video.
Views are on top of each other.
const AVMetadataConv ff_mkv_metadata_conv[]
Views are next to each other.
void * av_realloc_array(void *ptr, size_t nmemb, size_t size)
ASS as defined in Matroska.
Views are packed in a checkerboard-like structure per pixel.
Views are packed per column.
const CodecMime ff_mkv_image_mime_tags[]
AVStereo3D * av_stereo3d_alloc(void)
Allocate an AVStereo3D structure and set its fields to default values.
const CodecTags ff_mkv_codec_tags[]