Re: [FFmpeg-devel] [PATCH v3 06/18] swscale: add new frame testing API

2024-10-23 Thread Michael Niedermayer
On Sun, Oct 20, 2024 at 10:05:15PM +0200, Niklas Haas wrote: > From: Niklas Haas > > Replacing the old sws_isSupported* API with a more consistent family > of functions that follows the same signature and naming convention, > including a placeholder for testing the color space parameters that > w

[FFmpeg-devel] [PATCH v3 06/18] swscale: add new frame testing API

2024-10-20 Thread Niklas Haas
From: Niklas Haas Replacing the old sws_isSupported* API with a more consistent family of functions that follows the same signature and naming convention, including a placeholder for testing the color space parameters that we don't currently implement conversions for. These functions also perfor