lavfi: document AVFilterCommand fields

pull/2/head
Stefano Sabatini 14 years ago
parent 58c61492c6
commit e64de2ad1a
  1. 5
      libavfilter/internal.h

@ -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;

Loading…
Cancel
Save