Commit 1ec45d90 authored by Ronald Wright's avatar Ronald Wright Committed by Rémi Denis-Courmont

libvlc: equalizer: Use ISO bands instead of VLC bands

This eliminates the inconsistency between the equalizer bands that are
portrayed by the API and the bands that are actually used by the equalizer
module.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 4c156e10
......@@ -489,6 +489,7 @@ libvlc_media_player_new( libvlc_instance_t *instance )
/* Equalizer */
var_Create (mp, "equalizer-preamp", VLC_VAR_FLOAT);
var_Create (mp, "equalizer-vlcfreqs", VLC_VAR_BOOL);
var_Create (mp, "equalizer-bands", VLC_VAR_STRING);
mp->p_md = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment