sd_ass: add application/x-font-otf to font_mimetypes

This commit is contained in:
moi15moi
2024-11-27 15:46:59 -05:00
committed by Kacper Michajłow
parent 6ea2cd72ec
commit a283f66ede

View File

@@ -133,6 +133,7 @@ static void mp_ass_add_default_styles(ASS_Track *track, struct mp_subtitle_opts
static const char *const font_mimetypes[] = {
"application/x-truetype-font",
"application/vnd.ms-opentype",
"application/x-font-otf",
"application/x-font-ttf",
"application/x-font", // probably incorrect
"application/font-sfnt",