Re: [FFmpeg-devel] [PATCH v2 07/20] swscale/input: add VYU444 input support

2024-10-08 Thread Michael Niedermayer
On Mon, Oct 07, 2024 at 06:43:27PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libswscale/input.c | 24 > libswscale/utils.c | 1 + > 2 files changed, 25 insertions(+) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC78

[FFmpeg-devel] [PATCH v2 07/20] swscale/input: add VYU444 input support

2024-10-07 Thread James Almer
Signed-off-by: James Almer --- libswscale/input.c | 24 libswscale/utils.c | 1 + 2 files changed, 25 insertions(+) diff --git a/libswscale/input.c b/libswscale/input.c index 15b0957fce..721f3a9645 100644 --- a/libswscale/input.c +++ b/libswscale/input.c @@ -746,6 +746,