buffersink: group libav API functions.
This commit is contained in:
parent
e6674e46ec
commit
a2bd8a9384
1 changed files with 11 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue