shithub: riscv

Download patch

ref: e1121601050fa218628d547430e3a795c65ff19f
parent: e5095cca49507717a4d589cf25e42361695f8225
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu Aug 22 08:14:57 EDT 2013

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

--- a/sys/src/cmd/file.c
+++ b/sys/src/cmd/file.c
@@ -610,6 +610,7 @@
 	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 */
--