Commit 8b43039f authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavfi/palettegen: Fix compilation after 1da8c4ec.

Found-by: James Almer
parent 1da8c4ec
......@@ -75,7 +75,7 @@ typedef struct PaletteGenContext {
struct range_box boxes[256]; // define the segmentation of the colorspace (the final palette)
int nb_boxes; // number of boxes (increase will segmenting them)
int palette_pushed; // if the palette frame is pushed into the outlink or not
uint8_t[4] transparency_color; // background color for transparency
uint8_t transparency_color[4]; // background color for transparency
} PaletteGenContext;
#define OFFSET(x) offsetof(PaletteGenContext, x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment