From b4d2bea64722cc0a9916a6265891f115551ad3e6 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 22 Sep 2019 19:55:31 +0200 Subject: avfilter/v360: reduce size of some struct members --- libavfilter/v360.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/v360.h b/libavfilter/v360.h index 031c1924f1..d328b6d5e1 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -145,8 +145,8 @@ typedef struct V360Context { int nb_allocated; int elements; - uint16_t *u[4], *v[4]; - int16_t *ker[4]; + uint16_t *u[2], *v[2]; + int16_t *ker[2]; unsigned map[4]; void (*in_transform)(const struct V360Context *s, -- cgit v1.2.3