]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_curves.c
Merge commit 'aba7fdcc8baaed35e804c7882b70a848a0e566c7'
[ffmpeg] / libavfilter / vf_curves.c
index 69ec1084bb3e0933bda9ed3128897bb32fc10502..19ab789152e3ef77ffbddfa06db98742c4ba0d7a 100644 (file)
@@ -58,7 +58,7 @@ enum preset {
     NB_PRESETS,
 };
 
-typedef struct {
+typedef struct CurvesContext {
     const AVClass *class;
     int preset;
     char *comp_points_str[NB_COMP + 1];