|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| const AVPixFmtDescriptor * | desc |
| int | nb_inputs |
| char * | layout |
| int | shortest |
| int | is_vertical |
| int | is_horizontal |
| int | nb_planes |
| StackItem * | items |
| AVFrame ** | frames |
| FFFrameSync | fs |
Definition at line 38 of file vf_stack.c.
| const AVClass* StackContext::class |
Definition at line 39 of file vf_stack.c.
| const AVPixFmtDescriptor* StackContext::desc |
Definition at line 40 of file vf_stack.c.
Referenced by config_output(), and process_frame().
| int StackContext::nb_inputs |
Definition at line 41 of file vf_stack.c.
Referenced by config_output(), init(), and process_frame().
| char* StackContext::layout |
Definition at line 42 of file vf_stack.c.
Referenced by config_output().
| int StackContext::shortest |
Definition at line 43 of file vf_stack.c.
Referenced by config_output().
| int StackContext::is_vertical |
Definition at line 44 of file vf_stack.c.
Referenced by config_output(), init(), and process_frame().
| int StackContext::is_horizontal |
Definition at line 45 of file vf_stack.c.
Referenced by config_output(), init(), and process_frame().
| int StackContext::nb_planes |
Definition at line 46 of file vf_stack.c.
Referenced by config_output(), and process_frame().
| StackItem* StackContext::items |
Definition at line 48 of file vf_stack.c.
Referenced by config_output(), init(), process_frame(), and uninit().
| AVFrame** StackContext::frames |
Definition at line 49 of file vf_stack.c.
Referenced by init(), process_frame(), and uninit().
| FFFrameSync StackContext::fs |
Definition at line 50 of file vf_stack.c.
Referenced by activate(), config_output(), process_frame(), and uninit().
1.8.6