未验证 提交 15e099fb 编写于 作者: A Alexander Aprelev 提交者: GitHub

Skip over .emf-files. (#4739)

.emf-files are binary media files in Microsoft enhanced mediaformat.
上级 485e7eef
......@@ -167,6 +167,7 @@ FileType identifyFile(String name, Reader reader) {
case '.wbmp': return FileType.binary; // Wireless bitmap format
case '.webp': return FileType.binary; // WEBP
case '.pdf': return FileType.binary; // PDF
case '.emf': return FileType.binary; // Windows enhanced metafile format
// Videos
case '.ogg': return FileType.binary; // Ogg media
case '.mp4': return FileType.binary; // MPEG media
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册