mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
10 lines
401 B
C
10 lines
401 B
C
--- ao.c.orig 2002-03-24 05:49:47 UTC
|
|
+++ ao.c
|
|
@@ -229,6 +229,7 @@ void open_ao_playdevice(struct mad_heade
|
|
and restore it afterwards */
|
|
signal(SIGINT, SIG_DFL);
|
|
|
|
+ memset(&format, 0, sizeof(format));
|
|
format.bits = 16;
|
|
format.rate = header->samplerate;
|
|
format.channels = (options.opt & MPG321_FORCE_STEREO) ? 2 : MAD_NCHANNELS(header);
|