Browse Source

lavfi doxy: add a page for lavfi.

tags/n2.0
Anton Khirnov 13 years ago
parent
commit
bc8c1cdc7b
3 changed files with 17 additions and 1 deletions
  1. +15
    -0
      libavfilter/avfilter.h
  2. +1
    -0
      libavfilter/version.h
  3. +1
    -1
      libavutil/avutil.h

+ 15
- 0
libavfilter/avfilter.h View File

@@ -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 */

+ 1
- 0
libavfilter/version.h View File

@@ -23,6 +23,7 @@

/**
* @file
* @ingroup lavfi
* Libavfilter version macros
*/



+ 1
- 1
libavutil/avutil.h View File

@@ -35,7 +35,7 @@
* provided by Libav.
*
* @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 lavd "libavdevice" special devices muxing/demuxing library
* @li @ref lavu "libavutil" common utility library


Loading…
Cancel
Save