FFmpeg
|
Data Fields | |
const AVClass * | class |
const AVPixFmtDescriptor * | pix_desc |
agreed pixel format More... | |
enum AVStereo3DType | format |
frame pack type output More... | |
AVFrame * | input_views [2] |
input frames More... | |
int64_t | double_pts |
new pts for frameseq mode More... | |
Definition at line 43 of file vf_framepack.c.
const AVClass* FramepackContext::class |
Definition at line 44 of file vf_framepack.c.
const AVPixFmtDescriptor* FramepackContext::pix_desc |
agreed pixel format
Definition at line 46 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 48 of file vf_framepack.c.
Referenced by config_output(), spatial_frame_pack(), and try_push_frame().
AVFrame* FramepackContext::input_views[2] |
input frames
Definition at line 50 of file vf_framepack.c.
Referenced by filter_frame_left(), filter_frame_right(), framepack_uninit(), horizontal_frame_pack(), request_frame(), try_push_frame(), and vertical_frame_pack().
int64_t FramepackContext::double_pts |
new pts for frameseq mode
Definition at line 52 of file vf_framepack.c.
Referenced by config_output(), and try_push_frame().