Browse Source

avcodec/prosumer: Reduce lut size

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.2
Michael Niedermayer 6 years ago
parent
commit
f0d48ac41f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/prosumer.c

+ 1
- 1
libavcodec/prosumer.c View File

@@ -38,7 +38,7 @@ typedef struct ProSumerContext {

unsigned stride;
unsigned size;
uint32_t lut[0x10000];
uint32_t lut[0x2000];
uint8_t *initial_line;
uint8_t *decbuffer;
} ProSumerContext;


Loading…
Cancel
Save