Subject: PR/30612 CVS commit: [netbsd-2] src/usr.bin/audio/record
To: None <mrg@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 07/18/2005 04:12:02
The following reply was made to PR bin/30612; it has been noted by GNATS.
From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/30612 CVS commit: [netbsd-2] src/usr.bin/audio/record
Date: Mon, 18 Jul 2005 04:11:00 +0000 (UTC)
Module Name: src
Committed By: riz
Date: Mon Jul 18 04:11:00 UTC 2005
Modified Files:
src/usr.bin/audio/record [netbsd-2]: record.c
Log Message:
Pull up revisions 1.39-1.41 (requested by mrg in ticket #5498):
1.39:
check that an output file is given before doing any other work.
avoids touching the audio device and then printing an error.
1.40:
move some more processing before opening the audio device. don't
default the encoding to ulaw; default it to what ever the device
has. the latter fixes PR#30612.
1.41:
play.c: allow empty files to exit gracefully rather than with an error
of "header seems really large". reported by wiz.
record.c: don't use total_size in the header if is -1 (it's initial value)
To generate a diff of this commit:
cvs rdiff -r1.36.2.2 -r1.36.2.2.2.1 src/usr.bin/audio/record/record.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.