summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-10 17:25:21 +0100
committerAnton Khirnov <anton@khirnov.net>2014-02-14 22:02:39 +0100
commitba7dfe5c50b2b618b54ff1e7c3972b07d172f163 (patch)
tree57e24c0349f73da0c9bf35b33bc8c09e2e48eb4e /libavfilter
parentf758ea6e99af6ebd24bbe222898a921c222e5593 (diff)
downloadffmpeg-streaming-ba7dfe5c50b2b618b54ff1e7c3972b07d172f163.zip
ffmpeg-streaming-ba7dfe5c50b2b618b54ff1e7c3972b07d172f163.tar.gz
lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/buffersink.h11
-rw-r--r--libavfilter/buffersrc.h11
2 files changed, 22 insertions, 0 deletions
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 */
diff --git a/libavfilter/buffersrc.h b/libavfilter/buffersrc.h
index 0f9d93a..0ca4d96 100644
--- a/libavfilter/buffersrc.h
+++ b/libavfilter/buffersrc.h
@@ -22,11 +22,18 @@
/**
* @file
+ * @ingroup lavfi_buffersrc
* Memory buffer source API.
*/
#include "avfilter.h"
+/**
+ * @defgroup lavfi_buffersrc Buffer source API
+ * @ingroup lavfi
+ * @{
+ */
+
#if FF_API_AVFILTERBUFFER
/**
* Add a buffer to a filtergraph.
@@ -71,4 +78,8 @@ int av_buffersrc_write_frame(AVFilterContext *ctx, const AVFrame *frame);
*/
int av_buffersrc_add_frame(AVFilterContext *ctx, AVFrame *frame);
+/**
+ * @}
+ */
+
#endif /* AVFILTER_BUFFERSRC_H */
OpenPOWER on IntegriCloud