FFmpeg  3.2.10
Data Fields
AVStereo3D Struct Reference

Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed. More...

#include <libavutil/stereo3d.h>

Data Fields

enum AVStereo3DType type
 How views are packed within the video. More...
 
int flags
 Additional information about the frame packing. More...
 

Detailed Description

Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed.

Note
The struct must be allocated with av_stereo3d_alloc() and its size is not a part of the public ABI.

Definition at line 123 of file stereo3d.h.

Field Documentation

◆ type

enum AVStereo3DType AVStereo3D::type

How views are packed within the video.

Definition at line 127 of file stereo3d.h.

◆ flags

int AVStereo3D::flags

Additional information about the frame packing.

Definition at line 132 of file stereo3d.h.


The documentation for this struct was generated from the following file: