| FFmpeg
    | 
#include <internal.h>
| Data Fields | |
| double | time | 
| time expressed in seconds  More... | |
| char * | command | 
| command  More... | |
| char * | arg | 
| optional argument for the command  More... | |
| int | flags | 
| struct AVFilterCommand * | next | 
Definition at line 46 of file internal.h.
| double AVFilterCommand::time | 
time expressed in seconds
Definition at line 47 of file internal.h.
Referenced by avfilter_graph_queue_command(), and ff_filter_frame_framed().
| char* AVFilterCommand::command | 
command
Definition at line 48 of file internal.h.
Referenced by ff_command_queue_pop(), and ff_filter_frame_framed().
| char* AVFilterCommand::arg | 
optional argument for the command
Definition at line 49 of file internal.h.
Referenced by ff_command_queue_pop(), and ff_filter_frame_framed().
| int AVFilterCommand::flags | 
Definition at line 50 of file internal.h.
Referenced by ff_filter_frame_framed().
| struct AVFilterCommand* AVFilterCommand::next | 
Definition at line 51 of file internal.h.
Referenced by avfilter_graph_queue_command(), and ff_command_queue_pop().
 1.8.6
 1.8.6