mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
sd_ass: add application/x-font-otf to font_mimetypes
This commit is contained in:
committed by
Kacper Michajłow
parent
6ea2cd72ec
commit
a283f66ede
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user