From cf18922d197babf74891d0d5950f602a80734e89 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 28 Oct 2015 23:49:13 +0100 Subject: 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. --- sub/ass_mp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sub/ass_mp.c b/sub/ass_mp.c index b413a28d90..a3a7c73cd3 100644 --- a/sub/ass_mp.c +++ b/sub/ass_mp.c @@ -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; } } -- cgit v1.2.3