]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_palettegen.c
Merge commit 'b4a911c189962e563a09fb0efaf6fa9ab56263a4'
[ffmpeg] / libavfilter / vf_palettegen.c
index b470079ccc8f0945c560925266d96c36878962ce..03de3173483e230f96cd7aa07dd4d0aa928047b7 100644 (file)
@@ -60,7 +60,7 @@ enum {
 #define NBITS 5
 #define HIST_SIZE (1<<(3*NBITS))
 
-typedef struct {
+typedef struct PaletteGenContext {
     const AVClass *class;
 
     int max_colors;