mirror of https://github.com/FFmpeg/FFmpeg.git
avfilter_graph_request_oldest() does work that should be done by either the filter or the application. The principle of this function, calling ff_request_frame() from outside the filter was always shaky. This version is less elegant since it requires making special cases for each filter, but it is more robust since it no longer calls ff_request_frame() directly without notifying the filter. Eventually, avfilter_graph_request_oldest() will be deprecated for a function to just run the graph.pull/247/head
parent
c619a4e525
commit
32c59a115d
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue