]> git.sesse.net Git - vlc/blobdiff - modules/misc/svg.c
MKV USF subtitles support and other Subtitles improvements.
[vlc] / modules / misc / svg.c
index bb7b78d414f88e04457c398cb073f7b6be6f8c62..c68941b12cd1999af3d7045385474d1c1fe234b7 100644 (file)
@@ -145,6 +145,7 @@ static int Create( vlc_object_t *p_this )
     p_sys->i_height = p_filter->fmt_out.video.i_height;
 
     p_filter->pf_render_text = RenderText;
+    p_filter->pf_render_html = NULL;
     p_filter->p_sys = p_sys;
 
     /* MUST call this before any RSVG funcs */