PR #21105 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21105 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21105.patch
>From ee49742dbbc68764224807cb9921a079c6a62acd Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <[email protected]> Date: Fri, 5 Dec 2025 00:40:47 +0100 Subject: [PATCH] swscale/tests/swscale: Fix typo Signed-off-by: Andreas Rheinhardt <[email protected]> --- libswscale/tests/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/tests/swscale.c b/libswscale/tests/swscale.c index 8a85bef94e..373f031363 100644 --- a/libswscale/tests/swscale.c +++ b/libswscale/tests/swscale.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Nikles Haas + * Copyright (C) 2024 Niklas Haas * Copyright (C) 2003-2011 Michael Niedermayer <[email protected]> * * This file is part of FFmpeg. -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
