FFmpeg
|
Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed. More...
#include <stereo3d.h>
Data Fields | |
enum AVStereo3DType | type |
How views are packed within the video. | |
int | flags |
Additional information about the frame packing. | |
Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed.
Definition at line 120 of file stereo3d.h.
enum AVStereo3DType AVStereo3D::type |
How views are packed within the video.
Definition at line 124 of file stereo3d.h.
Referenced by decode_postinit(), ff_mjpeg_decode_frame(), ff_mpeg1_encode_picture_header(), mjpeg_decode_app(), mpeg_decode_user_data(), request_frame(), set_side_data(), and X264_frame().
int AVStereo3D::flags |
Additional information about the frame packing.
Definition at line 129 of file stereo3d.h.
Referenced by decode_postinit(), ff_mjpeg_decode_frame(), mjpeg_decode_app(), and set_side_data().