Re: [FFmpeg-devel] [PATCH 01/21] swscale/input: add AYUV input support

2024-10-10 Thread Michael Niedermayer
On Thu, Oct 10, 2024 at 01:45:58PM -0300, James Almer wrote: > On 10/8/2024 7:50 PM, James Almer wrote: > > Signed-off-by: James Almer > > --- > > libswscale/input.c | 35 +++ > > libswscale/utils.c | 1 + > > 2 files changed, 36 insertions(+) > > Will apply p

Re: [FFmpeg-devel] [PATCH 01/21] swscale/input: add AYUV input support

2024-10-10 Thread James Almer
On 10/8/2024 7:50 PM, James Almer wrote: Signed-off-by: James Almer --- libswscale/input.c | 35 +++ libswscale/utils.c | 1 + 2 files changed, 36 insertions(+) Will apply patches 5 to 21 soon. OpenPGP_signature.asc Description: OpenPGP digital signature

[FFmpeg-devel] [PATCH 01/21] swscale/input: add AYUV input support

2024-10-08 Thread James Almer
Signed-off-by: James Almer --- libswscale/input.c | 35 +++ libswscale/utils.c | 1 + 2 files changed, 36 insertions(+) diff --git a/libswscale/input.c b/libswscale/input.c index 2a7a6c91dd..fd8077c455 100644 --- a/libswscale/input.c +++ b/libswscale/input.c @@ -