pkgsrc/audio/normalize/patches/patch-aa
adam a6735578fc Changes 0.7.7:
* Fixed bug with reading broken wav files with bad sizes
* Fixed bug causing seg fault on non-PCM wav files
* Fixed bug with reading wav files that have stuff after the data chunk
* Fixed Windows "no such file" bug
* Fixed small memory leak
* Fixed cosmetic bug with negative gains
* Fixed bad basename regexp in normalize-mp3 script
* Fixed --oggdecode option in normalize-mp3 script
* Turned audiofile support on by default
* Upgraded to latest GNU autotools

Pkgsrc:
* Build xmms plug-in as an option
2006-04-21 09:28:47 +00:00

12 lines
376 B
Text

$NetBSD: patch-aa,v 1.5 2006/04/21 09:28:47 adam Exp $
--- src/mpegvolume.c.orig 2005-09-09 22:24:26.000000000 +0200
+++ src/mpegvolume.c
@@ -306,6 +306,7 @@ decode_output(void *dat, struct mad_head
*/
ds->si->bits_per_sample = 16;
ds->sums[0] = ds->sums[1] = 0;
+ ds->maxpow = 0;
/* set up smoothing window buffer */
for (c = 0; c < 2; c++) {