summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_geq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_geq.c')
-rw-r--r--libavfilter/vf_geq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_geq.c b/libavfilter/vf_geq.c
index 9d26f54..b2a7bc0 100644
--- a/libavfilter/vf_geq.c
+++ b/libavfilter/vf_geq.c
@@ -33,7 +33,7 @@
#include "libavutil/pixdesc.h"
#include "internal.h"
-typedef struct {
+typedef struct GEQContext {
const AVClass *class;
AVExpr *e[4]; ///< expressions for each plane
char *expr_str[4+3]; ///< expression strings for each plane
OpenPOWER on IntegriCloud