[FFmpeg-devel] [PATCH] lavfi: document AVFilterCommand fields

Stefano Sabatini stefasab at gmail.com
Sat Sep 24 15:04:46 CEST 2011


---
 libavfilter/internal.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 6173681..9f28a83 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;
-- 
1.7.2.5



More information about the ffmpeg-devel mailing list