1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avfilter/v360: reduce size of some struct members

This commit is contained in:
Paul B Mahol 2019-09-22 19:55:31 +02:00
parent 05a2ce9326
commit b4d2bea647

View File

@ -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,