[FFmpeg-cvslog] lavfi: document AVFilterCommand fields
Stefano Sabatini
git at videolan.org
Sun Sep 25 22:47:27 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Sep 24 14:29:53 2011 +0200| [e64de2ad1adf419f42097385d29728b18401f1f1] | committer: Stefano Sabatini
lavfi: document AVFilterCommand fields
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e64de2ad1adf419f42097385d29728b18401f1f1
---
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;
More information about the ffmpeg-cvslog
mailing list