summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-03-31 15:54:19 +0200
committerBastien Nocera <hadess@hadess.net>2014-03-31 15:57:27 +0200
commitffbe705bb4035c8511df341005125933cb91b9ee (patch)
tree077c28b528b7516b3333e00bc9fef3c364133cd7
parent2143958c0ddcbaf0e4c68c2c49106399cdd60625 (diff)
downloadshared-mime-info-ffbe705bb4035c8511df341005125933cb91b9ee.tar.gz
Add application/x-riff mime-type
And make it steal audio/x-riff magic. RIFF is a container format, not an audio format, so any type of data could be contained in RIFF. See also http://en.wikipedia.org/wiki/Resource_Interchange_File_Format
-rw-r--r--freedesktop.org.xml.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 76fbf56b..459a2ab1 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -3905,6 +3905,9 @@ command to generate the output files.
</mime-type>
<mime-type type="audio/x-riff">
<_comment>RIFF audio</_comment>
+ </mime-type>
+ <mime-type type="application/x-riff">
+ <_comment>RIFF container</_comment>
<!-- need to be lower prio than avi -->
<magic priority="45">
<match type="string" value="RIFF" offset="0"/>