Commit f0d48ac4 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/prosumer: Reduce lut size

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent d3b76c99
...@@ -38,7 +38,7 @@ typedef struct ProSumerContext { ...@@ -38,7 +38,7 @@ typedef struct ProSumerContext {
unsigned stride; unsigned stride;
unsigned size; unsigned size;
uint32_t lut[0x10000]; uint32_t lut[0x2000];
uint8_t *initial_line; uint8_t *initial_line;
uint8_t *decbuffer; uint8_t *decbuffer;
} ProSumerContext; } ProSumerContext;
......
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