diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2013-08-22 12:14:57 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2013-08-22 12:14:57 -0400 |
commit | e1121601050fa218628d547430e3a795c65ff19f (patch) | |
tree | fe6539a580cd582fde5e6c0124f8a31b79718614 | |
parent | e5095cca49507717a4d589cf25e42361695f8225 (diff) | |
download | plan9front-e1121601050fa218628d547430e3a795c65ff19f.tar.xz |
file(1): recognize AAC audio files, from sources
-rw-r--r-- | sys/src/cmd/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/file.c b/sys/src/cmd/file.c index fdf3a7c01..485e8eecd 100644 --- a/sys/src/cmd/file.c +++ b/sys/src/cmd/file.c @@ -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 */ |