#include <internal.h>
| Data Fields | |
| double | time | 
| time expressed in seconds | |
| char * | command | 
| command | |
| char * | arg | 
| optional argument for the command | |
| int | flags | 
| struct AVFilterCommand * | next | 
Definition at line 40 of file internal.h.
| char* AVFilterCommand::arg | 
optional argument for the command
Definition at line 43 of file internal.h.
Referenced by ff_command_queue_pop(), and ff_start_frame().
| char* AVFilterCommand::command | 
command
Definition at line 42 of file internal.h.
Referenced by ff_command_queue_pop(), and ff_start_frame().
| struct AVFilterCommand* AVFilterCommand::next  [read] | 
Definition at line 45 of file internal.h.
Referenced by avfilter_graph_queue_command(), and ff_command_queue_pop().
| double AVFilterCommand::time | 
time expressed in seconds
Definition at line 41 of file internal.h.
Referenced by avfilter_graph_queue_command(), and ff_start_frame().
 1.5.8
 1.5.8