summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_edgedetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_edgedetect.c')
-rw-r--r--libavfilter/vf_edgedetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_edgedetect.c b/libavfilter/vf_edgedetect.c
index ac88e02..173f9fe 100644
--- a/libavfilter/vf_edgedetect.c
+++ b/libavfilter/vf_edgedetect.c
@@ -44,7 +44,7 @@ struct plane_info {
char *directions;
};
-typedef struct {
+typedef struct EdgeDetectContext {
const AVClass *class;
struct plane_info planes[3];
int nb_planes;
OpenPOWER on IntegriCloud