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:
parent
05a2ce9326
commit
b4d2bea647
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user