FFmpeg
|
Data Fields | |
const AVClass * | class |
int64_t | mapping |
enum AVPixelFormat | out_fmt |
int | nb_inputs |
int | nb_planes |
int | planewidth [4] |
int | planeheight [4] |
Mapping | map [4] |
const AVPixFmtDescriptor * | indesc [4] |
const AVPixFmtDescriptor * | outdesc |
FFFrameSync | fs |
Definition at line 44 of file vf_mergeplanes.c.
const AVClass* MergePlanesContext::class |
Definition at line 45 of file vf_mergeplanes.c.
int64_t MergePlanesContext::mapping |
Definition at line 46 of file vf_mergeplanes.c.
enum AVPixelFormat MergePlanesContext::out_fmt |
Definition at line 47 of file vf_mergeplanes.c.
int MergePlanesContext::nb_inputs |
Definition at line 48 of file vf_mergeplanes.c.
int MergePlanesContext::nb_planes |
Definition at line 49 of file vf_mergeplanes.c.
int MergePlanesContext::planewidth[4] |
Definition at line 50 of file vf_mergeplanes.c.
int MergePlanesContext::planeheight[4] |
Definition at line 51 of file vf_mergeplanes.c.
Mapping MergePlanesContext::map[4] |
Definition at line 52 of file vf_mergeplanes.c.
const AVPixFmtDescriptor* MergePlanesContext::indesc[4] |
Definition at line 53 of file vf_mergeplanes.c.
const AVPixFmtDescriptor* MergePlanesContext::outdesc |
Definition at line 54 of file vf_mergeplanes.c.
FFFrameSync MergePlanesContext::fs |
Definition at line 56 of file vf_mergeplanes.c.