X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_palettegen.c;h=03de3173483e230f96cd7aa07dd4d0aa928047b7;hb=f78f3df7e01c266e83a98285fa3b5cd5823dab4d;hp=b470079ccc8f0945c560925266d96c36878962ce;hpb=a5ee1b617a17e889add363f7005aa11a16c572a7;p=ffmpeg diff --git a/libavfilter/vf_palettegen.c b/libavfilter/vf_palettegen.c index b470079ccc8..03de3173483 100644 --- a/libavfilter/vf_palettegen.c +++ b/libavfilter/vf_palettegen.c @@ -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;