diff options
author | Nicolas George <george@nsup.org> | 2016-12-24 13:17:21 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-01-12 14:06:16 +0100 |
commit | 32c59a115d3cc757676b5384a5ea44b5a7a7b872 (patch) | |
tree | d2722b5332b0883bd5d67b40dcfcd8e12360d021 /libavcodec/amrnbdec.c | |
parent | c619a4e5259b6304475d889d0eae8ff661d518a7 (diff) | |
download | ffmpeg-32c59a115d3cc757676b5384a5ea44b5a7a7b872.tar.gz |
lavfi: do not call ff_filter_frame() with activate.
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.
Diffstat (limited to 'libavcodec/amrnbdec.c')
0 files changed, 0 insertions, 0 deletions