Commit 3b94d8df authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

freetype: Flag an unused param.

parent cbd4d7ed
......@@ -602,6 +602,7 @@ static int LoadFontsFromAttachments( filter_t *p_filter )
static int Render( filter_t *p_filter, subpicture_region_t *p_region,
line_desc_t *p_line, int i_width, int i_height )
{
VLC_UNUSED(p_filter);
static const uint8_t pi_gamma[16] =
{0x00, 0x52, 0x84, 0x96, 0xb8, 0xca, 0xdc, 0xee, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
......
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