summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_palettegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_palettegen.c')
-rw-r--r--libavfilter/vf_palettegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_palettegen.c b/libavfilter/vf_palettegen.c
index b470079..03de317 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;
OpenPOWER on IntegriCloud