提交 f0d48ac4 编写于 作者: M Michael Niedermayer

avcodec/prosumer: Reduce lut size

Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 d3b76c99
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册