On Mon, Mar 25, 2024 at 4:10 PM Niklas Haas <[email protected]> wrote:
> From: Niklas Haas <[email protected]> > > Doing this with REDUCE_FORMATS() instead of swap_color_*() is not only > shorter, but more importantly comes with the benefit of being done > inside a loop, allowing us to correctly propagate complex graphs > involving multiple conversion filters (e.g. -vf scale,zscale). > > The latter family of swapping functions is only used to settle the > best *remaining* entry if no exact match was found, and as such was > never the correct solution to YUV colorspaces, which only care about > exact matches. > I can confirm this fixes the issue I was seeing. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
