From a2bd8a938427e6f7bee500575dd376084c7231f9 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sun, 24 Jun 2012 23:39:43 +0200 Subject: buffersink: group libav API functions. --- libavfilter/buffersink.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'libavfilter/buffersink.h') diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index b895121a6d..e9148f7edc 100644 --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -88,6 +88,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. * @@ -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 */ -- cgit v1.2.3