buffersink: group libav API functions.

This commit is contained in:
Nicolas George 2012-06-24 23:39:43 +02:00
parent e6674e46ec
commit a2bd8a9384

View File

@ -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 */