summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
authorEric Linenberg <elinenbe@umich.edu>2002-09-17 12:48:56 +0000
committerEric Linenberg <elinenbe@umich.edu>2002-09-17 12:48:56 +0000
commit8d47c5c32951b17ef1efd1ad94c4ab559dc7ab4b (patch)
tree22e9f7edd797ac9259135da409e694f7bdc82423 /firmware/mpeg.c
parent380ca88d4d00b71bc7192527c8aa7ca402851d5b (diff)
Philipp's fix .eq loading patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index fa482593b8..e91f1191b0 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -91,7 +91,7 @@ static int minval[] =
-50, /* Balance */
0, /* Loudness */
0, /* Bass boost */
- 0, /* AVC */
+ -1, /* AVC */
0 /* Channels */
};
@@ -108,7 +108,7 @@ static int maxval[] =
50, /* Balance */
17, /* Loudness */
10, /* Bass boost */
- 0, /* AVC */
+ 3, /* AVC */
3 /* Channels */
};