Browse Source

avfilter/v360: reduce size of some struct members

tags/n4.3
Paul B Mahol 5 years ago
parent
commit
b4d2bea647
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavfilter/v360.h

+ 2
- 2
libavfilter/v360.h 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,


Loading…
Cancel
Save