Skip to content

Commit 84ef49a

Browse files
Adding font/sfnt mime type
1 parent 9031b50 commit 84ef49a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/php-ffmpeg-extensions/FFMpeg.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class FFMpeg {
3737
'image/jpeg',
3838
'image/pjpeg',
3939
'application/x-font-ttf',
40-
'application/font-sfnt'
40+
'application/font-sfnt',
41+
'font/sfnt'
4142
];
4243
/** @var FFMpegDriver */
4344
private $_driver;

0 commit comments

Comments
 (0)