Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5932 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]
the patch, to fix the problem
lame-3.93.0-npsytunefix.diff (text/plain), 1.07 KB, created by
Sebastian Dröge
on 2002-11-25 07:11:26 UTC
(
hide
)
Description:
the patch, to fix the problem
Filename:
MIME Type:
Creator:
Sebastian Dröge
Created:
2002-11-25 07:11:26 UTC
Size:
1.07 KB
patch
obsolete
>=================================================================== >RCS file: /cvsroot/lame/lame/libmp3lame/psymodel.c,v >retrieving revision 1.113 >retrieving revision 1.114 >diff -u -r1.113 -r1.114 >--- lame/lame/libmp3lame/psymodel.c 2002/10/15 19:16:22 1.113 >+++ lame/lame/libmp3lame/psymodel.c 2002/11/23 18:54:06 1.114 >@@ -19,7 +19,7 @@ > * Boston, MA 02111-1307, USA. > */ > >-/* $Id: psymodel.c,v 1.113 2002/10/15 19:16:22 robert Exp $ */ >+/* $Id: psymodel.c,v 1.114 2002/11/23 18:54:06 bouvigne Exp $ */ > > > /* >@@ -1789,6 +1789,9 @@ > } > > /* 2001-07-13 */ >+ thr[b] = Max(1e-6, ecb); >+ >+ if (gfp->VBR == vbr_mtrh) { > thr[b] = Min( ecb, rpelev_s * gfc->nb_s1[chn][b] ); > if (gfc->blocktype_old[chn>1 ? chn-2 : chn] == SHORT_TYPE ) { > thr[b] = Min( thr[b], rpelev2_s * gfc->nb_s2[chn][b] ); >@@ -1796,6 +1799,7 @@ > thr[b] = Max( thr[b], 1e-37 ); > gfc->nb_s2[chn][b] = gfc->nb_s1[chn][b]; > gfc->nb_s1[chn][b] = ecb; >+ } > } > } > for ( sb = 0; sb < NBPSY_s; sb++ ) >
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