]> git.sesse.net Git - ffmpeg/commit
lavfi/formats: more logical testing of inputs and outputs.
authorNicolas George <george@nsup.org>
Sun, 23 Aug 2020 09:52:16 +0000 (11:52 +0200)
committerNicolas George <george@nsup.org>
Tue, 8 Sep 2020 12:22:24 +0000 (14:22 +0200)
commitfe964d80fec17f043763405f5804f397279d6b27
tree40751341aa1a3890ea7e6eadab6de89603df1e36
parentf08e024ac7d249064648a43bab06ed545f8827c7
lavfi/formats: more logical testing of inputs and outputs.

ff_set_common_formats() is currently only called after
graph_check_validity(), guaranteeing that inputs and outputs
are connected.
If we want to support configuring partially-connected graphs,
we will have a lot of redesign to do anyway.

Fix CID 1466262 / 1466263.
libavfilter/formats.c