Mercurial > audlegacy
diff src/audacious/main.c @ 4223:2c9c2b5caaee
changed the hardcoded scale to 1.2 and set some dither and interpolation
parameters that look alot nicer
author | Cristi Magherusan <majeru@atheme.org> |
---|---|
date | Mon, 28 Jan 2008 02:47:30 +0200 |
parents | f1074a07ec09 |
children | 9b8d6438e00f |
line wrap: on
line diff
--- a/src/audacious/main.c Mon Jan 28 01:27:43 2008 +0200 +++ b/src/audacious/main.c Mon Jan 28 02:47:30 2008 +0200 @@ -166,7 +166,7 @@ 0.0, /* equalizer preamp */ {0.0, 0.0, 0.0, 0.0, 0.0, /* equalizer bands */ 0.0, 0.0, 0.0, 0.0, 0.0}, - 1.5, /* GUI scale factor, set to 1.5 for testing purposes --majeru */ + 1.2, /* GUI scale factor, hardcoded for testing purposes --majeru */ NULL, /* skin */ NULL, /* output plugin */ NULL, /* file selector path */