mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/vf_histeq: remove unused item from filter private context
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c4c3a3d580
commit
ffde17e70f
@ -58,7 +58,6 @@ typedef struct {
|
||||
float strength;
|
||||
float intensity;
|
||||
enum HisteqAntibanding antibanding;
|
||||
char* antibanding_str;
|
||||
int in_histogram [256]; ///< input histogram
|
||||
int out_histogram[256]; ///< output histogram
|
||||
int LUT[256]; ///< lookup table derived from histogram[]
|
||||
|
Loading…
Reference in New Issue
Block a user