Commit 440d5cff authored by Felix Paul Kühne's avatar Felix Paul Kühne

quartztext: fix html rendering

(cherry picked from commit 104e93696ed1b9dfb35c3a7d2715c040e2ef200a)
parent 2e4cae18
......@@ -785,7 +785,7 @@ static int RenderHtml(filter_t *p_filter, subpicture_region_t *p_region_out,
* of times to show the progress marker on the text.
*/
var_SetBool(p_filter, "text-rerender", true);
} else {
} else if (strcasecmp("text", name)) {
/* Only text and karaoke tags are supported */
msg_Dbg(p_filter, "Unsupported top-level tag "
"<%s> ignored.", name);
......
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