FFmpeg 5.1.6
|
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... | |
enum AVStereo3DView | view |
Determines which views are packed. More... | |
Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed.
Definition at line 176 of file stereo3d.h.
enum AVStereo3DType AVStereo3D::type |
How views are packed within the video.
Definition at line 180 of file stereo3d.h.
int AVStereo3D::flags |
Additional information about the frame packing.
Definition at line 185 of file stereo3d.h.
enum AVStereo3DView AVStereo3D::view |
Determines which views are packed.
Definition at line 190 of file stereo3d.h.