mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() @return doxy
This commit is contained in:
parent
dece4f4693
commit
712d82130e
@ -261,8 +261,8 @@ char *avfilter_graph_dump(AVFilterGraph *graph, const char *options);
|
|||||||
* returns an EOF, this may cause a filter to flush pending frames
|
* returns an EOF, this may cause a filter to flush pending frames
|
||||||
* which are sent to another sink link, although unrequested.
|
* which are sent to another sink link, although unrequested.
|
||||||
*
|
*
|
||||||
* @return the return value of ff_request_frame,
|
* @return the return value of ff_request_frame(),
|
||||||
* or AVERROR_EOF of all links returned AVERROR_EOF.
|
* or AVERROR_EOF if all links returned AVERROR_EOF
|
||||||
*/
|
*/
|
||||||
int avfilter_graph_request_oldest(AVFilterGraph *graph);
|
int avfilter_graph_request_oldest(AVFilterGraph *graph);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user