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. 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.
Referenced by dump_stereo3d(), encode_headers(), ff_mjpeg_receive_frame(), ff_mkv_stereo3d_conv(), h264_export_frame_props(), mkv_write_stereo_mode(), mov_parse_uuid_spherical(), mov_read_st3d(), mov_write_st3d_tag(), output_frame(), print_pkt_side_data(), reconfig_encoder(), set_side_data(), and try_push_frame().
int AVStereo3D::flags |
Additional information about the frame packing.
Definition at line 185 of file stereo3d.h.
Referenced by dump_stereo3d(), encode_headers(), ff_mjpeg_receive_frame(), ff_mkv_stereo3d_conv(), h264_export_frame_props(), mkv_write_stereo_mode(), mov_write_st3d_tag(), output_frame(), print_pkt_side_data(), reconfig_encoder(), and set_side_data().
enum AVStereo3DView AVStereo3D::view |
Determines which views are packed.
Definition at line 190 of file stereo3d.h.
Referenced by h264_export_frame_props(), set_side_data(), and try_push_frame().