]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_select.c
lavfi: name anonymous structs
[ffmpeg] / libavfilter / vf_select.c
index fc69c8951d376b0783ddd20f44913ff45229bfc6..22be1fd4fc536f9d9cac755f9efc8032d123ae0f 100644 (file)
@@ -115,7 +115,7 @@ enum var_name {
 
 #define FIFO_SIZE 8
 
-typedef struct {
+typedef struct SelectContext {
     const AVClass *class;
     char *expr_str;
     AVExpr *expr;