Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Mar 2002 13:35:28 -0500 (EST)
From:      Josh Elsasser <jre@vineyard.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35565: audio/mpg123 fails to write to WAV files
Message-ID:  <20020305183528.39FB1287@jade.elsasser.org>

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

>Number:         35565
>Category:       ports
>Synopsis:       audio/mpg123 fails to write to WAV files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 05 10:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Josh Elsasser
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD jade.nat 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Mar 3 18:53:52 EST 2002 joshe@jade.nat:/usr/obj/usr/src/sys/JADE i386

>Description:
Attempting to write mpg123 output to a WAV file with the -w option
fails with the error "Format not supported".  This breakage occurred
in version 1.6 of patch-ab and was partially fixed in version 1.7.

>How-To-Repeat:
mpg123 -w foo.wav foo.mp3

>Fix:
*** mpg123/files/patch-ab~	Mon Feb 18 04:34:12 2002
--- mpg123/files/patch-ab	Tue Mar  5 13:03:35 2002
***************
*** 41,56 ****
       }
   
       return newfile;
- @@ -605,6 +609,9 @@
-  		}
-  
-  		if(fr->header_change > 1 || init) {
- +
- +			init_output();
- +
-  			old_rate = ai.rate;
-  			old_format = ai.format;
-  			old_channels = ai.channels;
  @@ -787,6 +794,10 @@
           _wildcard(&argc,&argv);
   #endif
--- 41,46 ----
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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