FFmpeg
|
Data Fields | |
const AVClass * | class |
const AVPixFmtDescriptor * | pix_desc |
agreed pixel format | |
enum AVStereo3DType | format |
frame pack type output | |
AVFrame * | input_views [2] |
input frames | |
int64_t | double_pts |
new pts for frameseq mode | |
Definition at line 42 of file vf_framepack.c.
const AVClass* FramepackContext::class |
Definition at line 43 of file vf_framepack.c.
const AVPixFmtDescriptor* FramepackContext::pix_desc |
agreed pixel format
Definition at line 45 of file vf_framepack.c.
Referenced by config_output(), horizontal_frame_pack(), and vertical_frame_pack().
enum AVStereo3DType FramepackContext::format |
frame pack type output
Definition at line 47 of file vf_framepack.c.
Referenced by config_output(), request_frame(), and spatial_frame_pack().
AVFrame* FramepackContext::input_views[2] |
input frames
Definition at line 49 of file vf_framepack.c.
Referenced by filter_frame_left(), filter_frame_right(), framepack_uninit(), horizontal_frame_pack(), request_frame(), and vertical_frame_pack().
int64_t FramepackContext::double_pts |
new pts for frameseq mode
Definition at line 51 of file vf_framepack.c.
Referenced by config_output(), and request_frame().