file(1): recognize AAC audio files, from sources

This commit is contained in:
stanley lieber 2013-08-22 12:14:57 -04:00
parent e5095cca49
commit e112160105

View file

@ -610,6 +610,7 @@ Filemagic long0tab[] = {
070707, 0xFFFF, "cpio archive", "application/x-cpio",
0x2F7, 0xFFFF, "tex dvi", "application/dvi",
0xfaff, 0xfeff, "mp3 audio", "audio/mpeg",
0xf0ff, 0xf6ff, "aac audio\n", "audio/mpeg",
/* 0xfeedface: this could alternately be a Next Plan 9 boot image */
0xcefaedfe, 0xFFFFFFFF, "32-bit power Mach-O executable", OCTET,
/* 0xfeedfacf */