summaryrefslogtreecommitdiff
path: root/libavfilter/vf_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_select.c')
-rw-r--r--libavfilter/vf_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_select.c b/libavfilter/vf_select.c
index fc69c8951d..22be1fd4fc 100644
--- a/libavfilter/vf_select.c
+++ b/libavfilter/vf_select.c
@@ -115,7 +115,7 @@ enum var_name {
#define FIFO_SIZE 8
-typedef struct {
+typedef struct SelectContext {
const AVClass *class;
char *expr_str;
AVExpr *expr;