This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/prosumer: Reduce lut size
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.2
Michael Niedermayer
6 years ago
parent
d3b76c9993
commit
f0d48ac41f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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[0x
10
000];
uint32_t lut[0x
2
000];
uint8_t *initial_line;
uint8_t *decbuffer;
} ProSumerContext;
Write
Preview
Loading…
Cancel
Save