summaryrefslogtreecommitdiff
path: root/libavfilter/buffersink.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-06-24 23:39:43 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-06-26 13:17:29 +0200
commita2bd8a938427e6f7bee500575dd376084c7231f9 (patch)
tree9c8ba8ef1345684108af28b7f09c29bac33fbcb5 /libavfilter/buffersink.h
parente6674e46ecdd7aaa93d7f7d818eb1c8224b35eae (diff)
buffersink: group libav API functions.
Diffstat (limited to 'libavfilter/buffersink.h')
-rw-r--r--libavfilter/buffersink.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h
index b895121a6d..e9148f7edc 100644
--- a/libavfilter/buffersink.h
+++ b/libavfilter/buffersink.h
@@ -89,6 +89,16 @@ int av_buffersink_get_buffer_ref(AVFilterContext *buffer_sink,
int av_buffersink_poll_frame(AVFilterContext *ctx);
/**
+ * Get the frame rate of the input.
+ */
+AVRational av_buffersink_get_frame_rate(AVFilterContext *ctx);
+
+/**
+ * @defgroup libav_api Libav API
+ * @{
+ */
+
+/**
* Get a buffer with filtered data from sink and put it in buf.
*
* @param sink pointer to a context of a buffersink or abuffersink AVFilter.
@@ -122,8 +132,7 @@ int av_buffersink_read_samples(AVFilterContext *ctx, AVFilterBufferRef **buf,
int nb_samples);
/**
- * Get the frame rate of the input.
+ * @}
*/
-AVRational av_buffersink_get_frame_rate(AVFilterContext *ctx);
#endif /* AVFILTER_BUFFERSINK_H */