mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 18:32:22 +00:00
buffersink: group libav API functions.
This commit is contained in:
parent
e6674e46ec
commit
a2bd8a9384
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user