sub: remove use of semi-deprecated libass field

In newer libass version, this does nothing, and will be removed on the
next API/ABI bump.
This commit is contained in:
wm4 2015-10-28 23:49:13 +01:00
parent 3c081dfd93
commit cf18922d19
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ void mp_ass_set_style(ASS_Style *style, double res_y,
if (!style->FontName || strcmp(style->FontName, opts->font) != 0) {
free(style->FontName);
style->FontName = strdup(opts->font);
style->treat_fontname_as_pattern = 1;
}
}