FFmpeg
|
#include <vf_pullup.h>
Data Fields | |
int | lock |
int | length |
int | parity |
PullupBuffer * | ifields [4] |
PullupBuffer * | ofields [2] |
PullupBuffer * | buffer |
Definition at line 41 of file vf_pullup.h.
int PullupFrame::lock |
Definition at line 42 of file vf_pullup.h.
Referenced by pullup_get_frame().
int PullupFrame::length |
Definition at line 43 of file vf_pullup.h.
Referenced by pullup_get_frame(), and pullup_pack_frame().
int PullupFrame::parity |
Definition at line 44 of file vf_pullup.h.
Referenced by pullup_get_frame().
PullupBuffer* PullupFrame::ifields[4] |
Definition at line 45 of file vf_pullup.h.
Referenced by pullup_get_frame().
PullupBuffer * PullupFrame::ofields[2] |
Definition at line 45 of file vf_pullup.h.
Referenced by pullup_get_frame(), and pullup_pack_frame().
PullupBuffer* PullupFrame::buffer |
Definition at line 46 of file vf_pullup.h.
Referenced by pullup_get_frame(), and pullup_pack_frame().