Commit bc8c1cdc authored by Anton Khirnov's avatar Anton Khirnov

lavfi doxy: add a page for lavfi.

parent abad3749
...@@ -22,6 +22,17 @@ ...@@ -22,6 +22,17 @@
#ifndef AVFILTER_AVFILTER_H #ifndef AVFILTER_AVFILTER_H
#define 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/avutil.h"
#include "libavutil/frame.h" #include "libavutil/frame.h"
#include "libavutil/log.h" #include "libavutil/log.h"
...@@ -960,4 +971,8 @@ int avfilter_graph_parse2(AVFilterGraph *graph, const char *filters, ...@@ -960,4 +971,8 @@ int avfilter_graph_parse2(AVFilterGraph *graph, const char *filters,
AVFilterInOut **inputs, AVFilterInOut **inputs,
AVFilterInOut **outputs); AVFilterInOut **outputs);
/**
* @}
*/
#endif /* AVFILTER_AVFILTER_H */ #endif /* AVFILTER_AVFILTER_H */
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
/** /**
* @file * @file
* @ingroup lavfi
* Libavfilter version macros * Libavfilter version macros
*/ */
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
* provided by Libav. * provided by Libav.
* *
* @li @ref libavc "libavcodec" encoding/decoding library * @li @ref libavc "libavcodec" encoding/decoding library
* @li @subpage libavfilter graph based frame editing library * @li @ref lavfi "libavfilter" graph-based frame editing library
* @li @ref libavf "libavformat" I/O and muxing/demuxing library * @li @ref libavf "libavformat" I/O and muxing/demuxing library
* @li @ref lavd "libavdevice" special devices muxing/demuxing library * @li @ref lavd "libavdevice" special devices muxing/demuxing library
* @li @ref lavu "libavutil" common utility library * @li @ref lavu "libavutil" common utility library
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment