diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-11 02:13:43 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-11 02:13:43 +0100 |
commit | 18d9398143ac63915e85d76447dca5c9670ed58a (patch) | |
tree | 1adf49e5169442331745d021667b94f5354ae427 /libavfilter/avfilter.h | |
parent | 5595e7a10221d03333bba6183e75d5bda2643b04 (diff) | |
download | ffmpeg-18d9398143ac63915e85d76447dca5c9670ed58a.tar.gz |
doxy: add ref for lavfi, lpp and lsws.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index f194d33141..80d563bc1f 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -22,6 +22,17 @@ #ifndef AVFILTER_AVFILTER_H #define AVFILTER_AVFILTER_H +/** + * @file + * @ingroup lavfi + * external API header + */ + +/** + * @defgroup lavfi Libavfilter + * @{ + */ + #include <stddef.h> #include "libavutil/avutil.h" @@ -840,4 +851,8 @@ void avfilter_free(AVFilterContext *filter); int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt, unsigned filt_srcpad_idx, unsigned filt_dstpad_idx); +/** + * @} + */ + #endif /* AVFILTER_AVFILTER_H */ |