lavfi: document AVFilterCommand fields
This commit is contained in:
parent
58c61492c6
commit
e64de2ad1a
@ -34,8 +34,9 @@ typedef struct AVFilterPool {
|
|||||||
} AVFilterPool;
|
} AVFilterPool;
|
||||||
|
|
||||||
typedef struct AVFilterCommand {
|
typedef struct AVFilterCommand {
|
||||||
double time;
|
double time; ///< time expressed in seconds
|
||||||
char *command, *arg;
|
char *command; ///< command
|
||||||
|
char *arg; ///< optional argument for the command
|
||||||
int flags;
|
int flags;
|
||||||
struct AVFilterCommand *next;
|
struct AVFilterCommand *next;
|
||||||
} AVFilterCommand;
|
} AVFilterCommand;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user