Skip to content

Commit 8d290e5

Browse files
authored
Fix: define memcpy
``` blend_common.cpp: In function 'void weighted_merge_return_a_or_b(BYTE*, const BYTE*, int, int, int, int, int, int, int)': blend_common.cpp:149:7: error: 'memcpy' was not declared in this scope 149 | memcpy(p1, p2, rowsize); | ^~~~~~ ```
1 parent 31b8b16 commit 8d290e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

avs_core/filters/overlay/blend_common.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include "overlayfunctions.h"
4141

4242
#include <stdint.h>
43+
#include <cstring>
4344
#include <type_traits>
4445

4546

0 commit comments

Comments
 (0)