From owner-freebsd-bugs Fri Mar 23 2:50:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0611E37B71F for ; Fri, 23 Mar 2001 02:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2NAo3l30520; Fri, 23 Mar 2001 02:50:03 -0800 (PST) (envelope-from gnats) Received: from serv1.ilse.nl (serv1.ilse.nl [212.189.131.11]) by hub.freebsd.org (Postfix) with ESMTP id A941B37B71B for ; Fri, 23 Mar 2001 02:49:19 -0800 (PST) (envelope-from edwinm@serv0.ilse.nl) Received: from serv0.ilse.nl (intra.ilse.nl [10.1.8.249]) by serv1.ilse.nl (8.11.0/8.10.2) with ESMTP id f2NAn5X16173 for ; Fri, 23 Mar 2001 11:49:06 +0100 (MET) Received: (from edwinm@localhost) by serv0.ilse.nl (8.11.1/8.11.1) id f2NAn4O88319; Fri, 23 Mar 2001 11:49:04 +0100 (CET) (envelope-from edwinm) Message-Id: <200103231049.f2NAn4O88319@serv0.ilse.nl> Date: Fri, 23 Mar 2001 11:49:04 +0100 (CET) From: Edwin Mons Reply-To: e@ik.nu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/26026: minor change to /usr/share/misc/magic - add encodings Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26026 >Category: misc >Synopsis: minor change to /usr/share/misc/magic -> add encodings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 23 02:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Mons >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: At least FreeBSD 4.2-STABLE, 4.2-RELEASE and 4.1-RELEASE >Description: file(1) was not able to detect any RIFF audio encoding but Microsoft PCM. Several types added to /usr/share/misc/magic >How-To-Repeat: >Fix: --- /usr/share/misc/magic.orig Fri Mar 23 10:41:55 2001 +++ /usr/share/misc/magic Fri Mar 23 11:37:07 2001 @@ -4971,6 +4971,15 @@ >8 string WAVE \b, WAVE audio >>20 leshort 1 \b, Microsoft PCM >>>34 leshort >0 \b, %d bit +>>20 leshort 2 \b, Microsoft ADPCM +>>20 leshort 6 \b, ITU G.711 a-law +>>20 leshort 7 \b, ITU G.711 u-law +>>20 leshort 17 \b, IMA ADPCM +>>20 leshort 20 \b, ITU G.723 ADPCM (Yamaha) +>>20 leshort 49 \b, GSM 6.10 +>>20 leshort 64 \b, ITU G.721 ADPCM +>>20 leshort 80 \b, MPEG +>>20 leshort 85 \b, MPEG Layer 3 >>22 leshort =1 \b, mono >>22 leshort =2 \b, stereo >>22 leshort >2 \b, %d channels >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message