mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-03 20:09:25 +01:00
There is an edge case not covered by the current logic: If there is only a single auto-filter inserted, but the auto-inserted filter is incompatible with a *different* format attribute (after settling the previous formats), we may need a second auto-filter (e.g. `scale`) to settle the newly introduced incompatibility. A regression test demonstrating the issue is added.