summaryrefslogtreecommitdiff
path: root/libavfilter/vf_histeq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_histeq.c')
-rw-r--r--libavfilter/vf_histeq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_histeq.c b/libavfilter/vf_histeq.c
index b3d2545b9f..2449e10dea 100644
--- a/libavfilter/vf_histeq.c
+++ b/libavfilter/vf_histeq.c
@@ -54,7 +54,7 @@ enum HisteqAntibanding {
HISTEQ_ANTIBANDING_NB,
};
-typedef struct {
+typedef struct HisteqContext {
const AVClass *class;
float strength;
float intensity;