From ba7dfe5c50b2b618b54ff1e7c3972b07d172f163 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 10 Feb 2014 17:25:21 +0100 Subject: lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group --- libavfilter/buffersink.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libavfilter/buffersink.h') diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index f12db88..83a8bd9 100644 --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -21,11 +21,18 @@ /** * @file + * @ingroup lavfi_buffersink * memory buffer sink API */ #include "avfilter.h" +/** + * @defgroup lavfi_buffersink Buffer sink API + * @ingroup lavfi + * @{ + */ + #if FF_API_AVFILTERBUFFER /** * Get a buffer with filtered data from sink and put it in buf. @@ -98,4 +105,8 @@ int av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame); */ int av_buffersink_get_samples(AVFilterContext *ctx, AVFrame *frame, int nb_samples); +/** + * @} + */ + #endif /* AVFILTER_BUFFERSINK_H */ -- cgit v1.1