mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-18 04:56:21 +00: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 strength;
|
||||||
float intensity;
|
float intensity;
|
||||||
enum HisteqAntibanding antibanding;
|
enum HisteqAntibanding antibanding;
|
||||||
char* antibanding_str;
|
|
||||||
int in_histogram [256]; ///< input histogram
|
int in_histogram [256]; ///< input histogram
|
||||||
int out_histogram[256]; ///< output histogram
|
int out_histogram[256]; ///< output histogram
|
||||||
int LUT[256]; ///< lookup table derived from histogram[]
|
int LUT[256]; ///< lookup table derived from histogram[]
|
||||||
|
Loading…
Reference in New Issue
Block a user