Commit ffde17e7 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_histeq: remove unused item from filter private context

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent c4c3a3d5
......@@ -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[]
......
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