diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-11-27 23:07:26 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-11-27 23:07:26 +0000 |
commit | 493994826396340fed0afd048e642ca747a5997a (patch) | |
tree | 3160b89a9bf57399ac22f630b2d10d42d33271e1 /sys/src/cmd/file.c | |
parent | 0197ce9892214c346e5ceb7ad1e0022a3eedaf1b (diff) |
play: aac support
Diffstat (limited to 'sys/src/cmd/file.c')
-rw-r--r-- | sys/src/cmd/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/file.c b/sys/src/cmd/file.c index af1f0df36..6eba64416 100644 --- a/sys/src/cmd/file.c +++ b/sys/src/cmd/file.c @@ -616,7 +616,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", "audio/mpeg", + 0xf0ff, 0xf6ff, "aac audio", "audio/aac", /* 0xfeedface: this could alternately be a Next Plan 9 boot image */ 0xcefaedfe, 0xFFFFFFFF, "32-bit power Mach-O executable", OCTET, /* 0xfeedfacf */ |