heif_ctx not used

master
Pierre Joye 2021-08-16 17:14:12 +07:00
parent 98c6a27429
commit 9af6d1254f
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ BGD_DECLARE(gdImagePtr) gdImageCreateFromHeifCtx(gdIOCtx *infile)
static struct heif_error _gdImageWriteHeif(struct heif_context *heif_ctx, const void *data, size_t size, void *userdata)
{
ARG_NOT_USED(heif_ctx);
gdIOCtx *outfile;
struct heif_error err;