summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/sws_utils.h')
-rw-r--r--video/sws_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/sws_utils.h b/video/sws_utils.h
index 9e7f24e0a7..24bec078ae 100644
--- a/video/sws_utils.h
+++ b/video/sws_utils.h
@@ -63,6 +63,7 @@ struct mp_sws_context {
struct mp_sws_context *cached; // contains parameters for which sws is valid
struct mp_zimg_context *zimg;
bool zimg_ok;
+ struct mp_image *aligned_src, *aligned_dst;
};
struct mp_sws_context *mp_sws_alloc(void *talloc_ctx);