summaryrefslogtreecommitdiffstats
path: root/video/zimg.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/zimg.h')
-rw-r--r--video/zimg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/zimg.h b/video/zimg.h
index 0ef9c5a3a0..ef2aeaa112 100644
--- a/video/zimg.h
+++ b/video/zimg.h
@@ -40,6 +40,7 @@ struct mp_zimg_context {
struct m_config_cache *opts_cache;
zimg_filter_graph *zimg_graph;
void *zimg_tmp;
+ void *zimg_tmp_alloc;
struct mp_zimg_repack *zimg_src;
struct mp_zimg_repack *zimg_dst;
};