summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_bbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_bbox.c')
-rw-r--r--libavfilter/vf_bbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c
index 7d50553..4ac2980 100644
--- a/libavfilter/vf_bbox.c
+++ b/libavfilter/vf_bbox.c
@@ -30,7 +30,7 @@
#include "bbox.h"
#include "internal.h"
-typedef struct {
+typedef struct BBoxContext {
const AVClass *class;
int min_val;
} BBoxContext;
OpenPOWER on IntegriCloud