1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

avfilter/vf_histeq: remove unused item from filter private context

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-09-07 21:04:12 +00:00
parent c4c3a3d580
commit ffde17e70f

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[]