Date: Wed, 5 Mar 2003 02:14:11 -0800 (PST) From: Kris Kennaway <kris@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/dagrab Makefile ports/audio/dagrab/files patch-ab Message-ID: <200303051014.h25AEBxs034186@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2003/03/05 02:14:11 PST FreeBSD ports repository Modified files: audio/dagrab Makefile audio/dagrab/files patch-ab Log: From the PR: When generating mono .WAV files from a CD, dagrab generates an incorrect RIFF header and the last (partial) block is saved in stereo rather than mono. Also no error checking is performed on writes in mono mode. The problem in the header is that the total chunk size (Rlen) is not adjusted for mono data and always contains the size assuming stereo data. For the last (partial) block, there is no test whether the data is being saved as mono or stereo - the block is always written in stereo mode. Bump PORTREVISION PR: ports/42975 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Revision Changes Path 1.13 +1 -0 ports/audio/dagrab/Makefile 1.7 +81 -10 ports/audio/dagrab/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303051014.h25AEBxs034186>