]> git.sesse.net Git - ffmpeg/commit
Revert "avfilter/src_movie: switch to activate"
authorNicolas George <george@nsup.org>
Tue, 8 Sep 2020 12:57:53 +0000 (14:57 +0200)
committerNicolas George <george@nsup.org>
Tue, 8 Sep 2020 12:57:53 +0000 (14:57 +0200)
commitd1f3d721df32680e9904f3c5b2c666eb5830c89a
tree9e7871fc0e2d8a0288de8cd2388335d1a00586ba
parentddba05afe4d325bf8e545b8f1777d6010cc25e93
Revert "avfilter/src_movie: switch to activate"

This reverts commit abc884bcc005c450a34e56cd1f4b8b6fa17ea768.

This patch was pushed without actual review.
An actual review would have revealed that the switch to activate
was not done correctly because the logic between request_frame()
and frame_wanted is not as direct with filters with multiple
outputs than with a single output.
libavfilter/src_movie.c