mirror of https://github.com/FFmpeg/FFmpeg.git
Current code, with a filterchain such as (input - yuv411) -> (scale - any) -> (sink - any) will result in yuv420 being chosen for the second link, which is clearly not right. This commit attempts to improve in the following way: repeat until convergence: loop over all filters find input link with exactly one format force this format on all output links of the same type (if possible)pull/5/head
parent
996f9f0c32
commit
63736fe48c
1 changed files with 47 additions and 1 deletions
Loading…
Reference in new issue