You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavfi: document AVFilterCommand fields
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user