Commit 750a017f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

SVG: kill unused warning

parent 7ad93c29
...@@ -432,6 +432,8 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out, ...@@ -432,6 +432,8 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
subpicture_region_t *p_region_in, subpicture_region_t *p_region_in,
const vlc_fourcc_t *p_chroma_list ) const vlc_fourcc_t *p_chroma_list )
{ {
VLC_UNUSED(p_chroma_list);
filter_sys_t *p_sys = p_filter->p_sys; filter_sys_t *p_sys = p_filter->p_sys;
svg_rendition_t *p_svg = NULL; svg_rendition_t *p_svg = NULL;
char *psz_string; char *psz_string;
......
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