Commit b4d2bea6 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/v360: reduce size of some struct members

parent 05a2ce93
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment