Commit e64de2ad authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi: document AVFilterCommand fields

parent 58c61492
......@@ -34,8 +34,9 @@ typedef struct AVFilterPool {
} AVFilterPool;
typedef struct AVFilterCommand {
double time;
char *command, *arg;
double time; ///< time expressed in seconds
char *command; ///< command
char *arg; ///< optional argument for the command
int flags;
struct AVFilterCommand *next;
} AVFilterCommand;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment