diff options
Diffstat (limited to 'contrib/file/magic.mime')
-rw-r--r-- | contrib/file/magic.mime | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/file/magic.mime b/contrib/file/magic.mime index f424970..c9ae6ba 100644 --- a/contrib/file/magic.mime +++ b/contrib/file/magic.mime @@ -86,9 +86,9 @@ # Microsoft WAVE format (*.wav) # [GRR 950115: probably all of the shorts and longs should be leshort/lelong] # Microsoft RIFF -0 string RIFF audio/unknown +0 string RIFF # - WAVE format ->8 string WAVE audio/x-wav +>8 string WAVE audio/x-wav >8 string AVI video/x-msvideo # 0 belong 0x2e7261fd application/x-realaudio @@ -543,3 +543,9 @@ # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/> 0 string \x8aMNG video/x-mng + +#------------------------------------------------------------------------------ +# Hierarchical Data Format, used to facilitate scientific data exchange +# specifications at http://hdf.ncsa.uiuc.edu/ +0 belong 0x0e031301 Hierarchical Data Format (version 4) data +0 string \211HDF\r\n\032 Hierarchical Data Format (version 5) data |