This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 98c1dbafbe45424aedca443c01d84a32ba101014 Author: Niklas Haas <[email protected]> AuthorDate: Wed Apr 8 11:45:33 2026 +0200 Commit: Niklas Haas <[email protected]> CommitDate: Fri May 15 18:53:05 2026 +0200 swscale/ops_memcpy: don't depend on ops_backend.h This is private to the C template based backend. Signed-off-by: Niklas Haas <[email protected]> --- libswscale/ops_memcpy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libswscale/ops_memcpy.c b/libswscale/ops_memcpy.c index 5ad12b87b6..7fcd230d7b 100644 --- a/libswscale/ops_memcpy.c +++ b/libswscale/ops_memcpy.c @@ -19,8 +19,9 @@ */ #include "libavutil/avassert.h" +#include "libavutil/mem.h" -#include "ops_backend.h" +#include "ops_internal.h" typedef struct MemcpyPriv { int num_planes; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
