[FFmpeg-cvslog] avfilter/vf_histeq: remove unused item from filter private context
Paul B Mahol
git at videolan.org
Sat Sep 7 23:09:32 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Sep 7 21:04:12 2013 +0000| [ffde17e70fd9585775cd6cc79faebb5dc743d298] | committer: Paul B Mahol
avfilter/vf_histeq: remove unused item from filter private context
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ffde17e70fd9585775cd6cc79faebb5dc743d298
---
libavfilter/vf_histeq.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_histeq.c b/libavfilter/vf_histeq.c
index 659b696..ad9fedb 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[]
More information about the ffmpeg-cvslog
mailing list