]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_elbg.c
Merge commit '6dfd99c93808d6504dd5cb1fad847d68cb179352'
[ffmpeg] / libavfilter / vf_elbg.c
index f92d9367148f2a238af9036b44cb47340193583e..be0885d30b8103e3c72b81d9a0aa1bb301645122 100644 (file)
@@ -33,7 +33,7 @@
 #include "internal.h"
 #include "video.h"
 
-typedef struct {
+typedef struct ColorContext {
     const AVClass *class;
     AVLFG lfg;
     unsigned int lfg_seed;