From 58400ac133bcfb6bf8196b4e5208bc178307739b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 11 Apr 2014 11:54:15 +0200 Subject: lavfi: name anonymous structs --- libavfilter/vf_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_select.c') 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; -- cgit v1.2.3