[vlc-commits] libvlc: equalizer: Use ISO bands instead of VLC bands
Ronald Wright
git at videolan.org
Wed Mar 19 17:53:47 CET 2014
vlc | branch: master | Ronald Wright <logiconcepts819 at gmail.com> | Tue Mar 18 19:16:17 2014 -0500| [1ec45d909aac8158adf3ef4c76e740cdba4e1a30] | committer: 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: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ec45d909aac8158adf3ef4c76e740cdba4e1a30
---
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;
More information about the vlc-commits
mailing list