summaryrefslogtreecommitdiff
path: root/libavfilter/vf_histeq.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-09-07 21:04:12 +0000
committerPaul B Mahol <onemda@gmail.com>2013-09-07 21:04:12 +0000
commitffde17e70fd9585775cd6cc79faebb5dc743d298 (patch)
treefe1bf8a06bd02d05c9577fc969fbc8160847c4dd /libavfilter/vf_histeq.c
parentc4c3a3d580fa2f9d65af3fb6027ffbf9a28e9d55 (diff)
avfilter/vf_histeq: remove unused item from filter private context
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_histeq.c')
-rw-r--r--libavfilter/vf_histeq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_histeq.c b/libavfilter/vf_histeq.c
index 659b696dc7..ad9fedbf4c 100644
--- a/libavfilter/vf_histeq.c
+++ b/libavfilter/vf_histeq.c
@@ -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[]