1
0
Fork 0
forked from len0rd/rockbox

Changed AVC to Auto Volume

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-26 14:32:07 +00:00
parent c3674ef96a
commit d5d38f120b

View file

@ -132,7 +132,7 @@ static void bass_boost(void)
static void avc(void)
{
char* names[] = { "off", "2s ", "4s ", "8s " };
set_option("[AVC decay time]", &global_settings.avc, names, 4 );
set_option("[AV decay time]", &global_settings.avc, names, 4 );
mpeg_sound_set(SOUND_AVC, global_settings.avc);
}
#endif /* ARCHOS_RECORDER */
@ -147,7 +147,7 @@ void sound_menu(void)
#ifdef ARCHOS_RECORDER
{ "Loudness", loudness },
{ "Bass Boost", bass_boost },
{ "AVC", avc }
{ "Auto Volume", avc }
#endif
};