From e64de2ad1adf419f42097385d29728b18401f1f1 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 24 Sep 2011 14:29:53 +0200 Subject: lavfi: document AVFilterCommand fields --- libavfilter/internal.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libavfilter/internal.h') diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 6173681067..9f28a839df 100644 --- a/libavfilter/internal.h +++ b/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; -- cgit v1.2.3