]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/settb.c
lavu/hash: add hash_final helpers.
[ffmpeg] / libavfilter / settb.c
index ac8b898744c93bc9e50d1de88b76d44b50543337..83616c1361045f3c8704793386fbc88e9fac5b7c 100644 (file)
@@ -51,7 +51,7 @@ enum var_name {
     VAR_VARS_NB
 };
 
-typedef struct {
+typedef struct SetTBContext {
     const AVClass *class;
     char *tb_expr;
     double var_values[VAR_VARS_NB];