[vlc-devel] [PATCH v3] libvlc: equalizer: Use ISO bands instead of VLC bands

Ronald Wright logiconcepts819 at gmail.com
Wed Mar 19 01:16:17 CET 2014


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.
---
 lib/media_player.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/media_player.c b/lib/media_player.c
index 7df46f4..8eee79c 100644
--- a/lib/media_player.c
+++ b/lib/media_player.c
@@ -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;
-- 
1.8.3.2




More information about the vlc-devel mailing list