diff options
author | robot-piglet <[email protected]> | 2025-07-24 10:07:25 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-07-24 10:16:27 +0300 |
commit | 1c295121fa6a70a55c0ed79beb993761eac1fadc (patch) | |
tree | 0a3af4cf839ddc14d3d2829c3b224c1da409d80c /contrib/libs/libwebp/src/enc/picture_tools_enc.c | |
parent | 026ffc40392187f03308f5ae7445365ad4a1ef7f (diff) |
Intermediate changes
commit_hash:9e9c04347de10235f77fcdaf62119e9b89e8bc59
Diffstat (limited to 'contrib/libs/libwebp/src/enc/picture_tools_enc.c')
-rw-r--r-- | contrib/libs/libwebp/src/enc/picture_tools_enc.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/libs/libwebp/src/enc/picture_tools_enc.c b/contrib/libs/libwebp/src/enc/picture_tools_enc.c index 147cc18608c..a2ea36300f2 100644 --- a/contrib/libs/libwebp/src/enc/picture_tools_enc.c +++ b/contrib/libs/libwebp/src/enc/picture_tools_enc.c @@ -12,9 +12,14 @@ // Author: Skal ([email protected]) #include <assert.h> +#include <stddef.h> +#include <string.h> -#include "src/enc/vp8i_enc.h" +#include "src/dsp/dsp.h" #include "src/dsp/yuv.h" +#include "src/enc/vp8i_enc.h" +#include "src/webp/encode.h" +#include "src/webp/types.h" //------------------------------------------------------------------------------ // Helper: clean up fully transparent area to help compressibility. |