X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_showpalette.c;h=d886ab87a7737a99eeaefe6179841f86bf7b8706;hb=e7c91850531aae4c2e1bf1afc62fc1d910f8736c;hp=f1627ba58e493cff7b7f8c193e3495b7a4c7f2f5;hpb=b010843594fee88a791185b83684e0e725007b7b;p=ffmpeg diff --git a/libavfilter/vf_showpalette.c b/libavfilter/vf_showpalette.c index f1627ba58e4..d886ab87a77 100644 --- a/libavfilter/vf_showpalette.c +++ b/libavfilter/vf_showpalette.c @@ -28,7 +28,7 @@ #include "internal.h" #include "video.h" -typedef struct { +typedef struct ShowPaletteContext { const AVClass *class; int size; } ShowPaletteContext;