Skip to content

Commit

Permalink
sd_ass: add application/x-font-otf to font_mimetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Nov 27, 2024
1 parent ad1fb9f commit 74cbebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sub/sd_ass.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 74cbebb

Please sign in to comment.