Re: [FFmpeg-devel] [PATCH 2/2] swscale/unscaled: allow semiplanar copies

2024-12-22 Thread Michael Niedermayer
On Thu, Dec 19, 2024 at 03:08:00PM +0100, Niklas Haas wrote: > From: Niklas Haas > > As fixed in the previous commit, this enables semipacked range and > bit depth conversions. Previously these would go through the general > purpose path. > > Signed-off-by: Niklas Haas > Sponsored-by: Sovereign

[FFmpeg-devel] [PATCH 2/2] swscale/unscaled: allow semiplanar copies

2024-12-19 Thread Niklas Haas
From: Niklas Haas As fixed in the previous commit, this enables semipacked range and bit depth conversions. Previously these would go through the general purpose path. Signed-off-by: Niklas Haas Sponsored-by: Sovereign Tech Fund --- libswscale/swscale_unscaled.c | 2 +- 1 file changed, 1 inser