diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-07 21:04:12 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-07 21:04:12 +0000 |
commit | ffde17e70fd9585775cd6cc79faebb5dc743d298 (patch) | |
tree | fe1bf8a06bd02d05c9577fc969fbc8160847c4dd | |
parent | c4c3a3d580fa2f9d65af3fb6027ffbf9a28e9d55 (diff) | |
download | ffmpeg-ffde17e70fd9585775cd6cc79faebb5dc743d298.tar.gz |
avfilter/vf_histeq: remove unused item from filter private context
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/vf_histeq.c | 1 |
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[] |