summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-22 19:55:31 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-22 19:55:31 +0200
commitb4d2bea64722cc0a9916a6265891f115551ad3e6 (patch)
treeea87a88df29f6503dbc85a826a3b90c4e12ab41e /libavfilter
parent05a2ce93265442285b2838530ba5bb5702cd18b1 (diff)
avfilter/v360: reduce size of some struct members
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/v360.h4
1 files changed, 2 insertions, 2 deletions
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,