summaryrefslogtreecommitdiffstats
path: root/contrib/file/magic.mime
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-25 18:37:04 +0000
committerobrien <obrien@FreeBSD.org>2001-03-25 18:37:04 +0000
commitfd87285c4e3e4e4fbf7112229c209a1c6ea64494 (patch)
treee67293d6663395ea7f7a72c51cd928cd80e3b960 /contrib/file/magic.mime
parent07b03dc31d7b8ca7a40599770596dc7106822a14 (diff)
downloadFreeBSD-src-fd87285c4e3e4e4fbf7112229c209a1c6ea64494.zip
FreeBSD-src-fd87285c4e3e4e4fbf7112229c209a1c6ea64494.tar.gz
Virgin import of Christos Zoulas's FILE 3.34.
Diffstat (limited to 'contrib/file/magic.mime')
-rw-r--r--contrib/file/magic.mime7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/file/magic.mime b/contrib/file/magic.mime
index c01840f..687e4fb 100644
--- a/contrib/file/magic.mime
+++ b/contrib/file/magic.mime
@@ -89,6 +89,7 @@
0 string RIFF audio/unknown
# - WAVE format
>8 string WAVE audio/x-wav
+>8 string AVI video/x-msvideo
#
0 belong 0x2e7261fd application/x-realaudio
@@ -104,6 +105,9 @@
# ideally should go into "images", but entries below would tag XPM as C source
0 string /*\ XPM image/x-xpm 7bit
+# 3DS (3d Studio files)
+16 beshort 0x3d3d image/x-3ds
+
# this first will upset you if you're a PL/1 shop... (are there any left?)
# in which case rm it; ascmagic will catch real C programs
# C or REXX program text
@@ -463,7 +467,8 @@
#
# animation formats, originally from vax@ccwf.cc.utexas.edu (VaX#n8)
# MPEG file
-0 string \000\000\001\263 video/mpeg
+0 belong 0x000001b3 video/mpeg
+0 belong 0x000001ba video/mpeg
# FLI animation format
0 leshort 0xAF11 video/fli
# FLC animation format
OpenPOWER on IntegriCloud