Browse Source

avfilter/vf_histeq: remove unused item from filter private context

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.1
Paul B Mahol 11 years ago
parent
commit
ffde17e70f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vf_histeq.c

+ 0
- 1
libavfilter/vf_histeq.c View File

@@ -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…
Cancel
Save