Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 6025 Details for
Bug 11194
lame-3.93.0 sound quality problem (and fix)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to work around the -q0 problem
lame-3.93.0-q0fix.diff (text/plain), 864 bytes, created by
Sebastian Dröge
on 2002-11-28 15:15:30 UTC
(
hide
)
Description:
patch to work around the -q0 problem
Filename:
MIME Type:
Creator:
Sebastian Dröge
Created:
2002-11-28 15:15:30 UTC
Size:
864 bytes
patch
obsolete
>=================================================================== >RCS file: /cvsroot/lame/lame/libmp3lame/lame.c,v >retrieving revision 1.193 >retrieving revision 1.194 >diff -u -r1.193 -r1.194 >--- lame/lame/libmp3lame/lame.c 2002/11/13 20:24:04 1.193 >+++ lame/lame/libmp3lame/lame.c 2002/11/28 18:04:18 1.194 >@@ -20,7 +20,7 @@ > * Boston, MA 02111-1307, USA. > */ > >-/* $Id: lame.c,v 1.193 2002/11/13 20:24:04 bouvigne Exp $ */ >+/* $Id: lame.c,v 1.194 2002/11/28 18:04:18 bouvigne Exp $ */ > > #ifdef HAVE_CONFIG_H > # include <config.h> >@@ -474,7 +474,7 @@ > gfc->quantization = 1; > gfc->noise_shaping = 1; /* 2=usually lowers quality */ > gfc->substep_shaping = 2; >- gfc->noise_shaping_amp = 3; >+ gfc->noise_shaping_amp = 2; > gfc->noise_shaping_stop = 1; > gfc->use_best_huffman = 1; /* 2 not yet coded */ > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 11194
:
5932
|
5933
| 6025 |
6026