The offset attribute for the magic -> match entry is wrong... It should be 4 not 0. <mime-type type="audio/mp4"> <_comment>MPEG-4 audio</_comment> <alias type="audio/x-m4a"/> <magic priority="50"> <match type="string" value="ftypM4A" offset="0"/> <!-- Offset should be 4 --> </magic> <glob pattern="*.m4a"/> </mime-type>
Created attachment 6445 [details] [review] patch to fix m4a pattern match offset in freedesktop.xml.org.in
Indeed. 2006-08-25 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: Fix the magic offset for M4A files, spotted by thrope <freedesktop@robince.ftml.net> (Closes: #7718)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.