summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-04-11 08:31:10 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-17 20:26:11 +0200
commitbc8c1cdc7bfe7b1fe56df812aabdac3de2555cec (patch)
tree19c4c32b15a0b29f725bc86a891375ec3d9d8f09 /libavfilter/avfilter.h
parentabad374909e6416e941351094f4f1446a71f8d23 (diff)
lavfi doxy: add a page for lavfi.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 51d0fb5148..9baf64e941 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -22,6 +22,17 @@
#ifndef AVFILTER_AVFILTER_H
#define AVFILTER_AVFILTER_H
+/**
+ * @file
+ * @ingroup lavfi
+ * Main libavfilter public API header
+ */
+
+/**
+ * @defgroup lavfi Libavfilter - graph-based frame editing library
+ * @{
+ */
+
#include "libavutil/avutil.h"
#include "libavutil/frame.h"
#include "libavutil/log.h"
@@ -960,4 +971,8 @@ int avfilter_graph_parse2(AVFilterGraph *graph, const char *filters,
AVFilterInOut **inputs,
AVFilterInOut **outputs);
+/**
+ * @}
+ */
+
#endif /* AVFILTER_AVFILTER_H */