Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2001 11:49:04 +0100 (CET)
From:      Edwin Mons <e@ik.nu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/26026: minor change to /usr/share/misc/magic - add encodings
Message-ID:  <200103231049.f2NAn4O88319@serv0.ilse.nl>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103231049.f2NAn4O88319>