[vlc-commits] libvlc: equalizer: ISO frequencies are the new default
Ronald Wright
git at videolan.org
Sun Aug 18 21:34:03 CEST 2013
vlc | branch: master | Ronald Wright <logiconcepts819 at gmail.com> | Sun Aug 18 11:16:54 2013 -0500| [03c813954a392c7dae1a0ff24d3fd2292d1c45a5] | committer: Jean-Baptiste Kempf
libvlc: equalizer: ISO frequencies are the new default
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03c813954a392c7dae1a0ff24d3fd2292d1c45a5
---
lib/audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/audio.c b/lib/audio.c
index fd022ca..1b834d7 100644
--- a/lib/audio.c
+++ b/lib/audio.c
@@ -465,7 +465,7 @@ float libvlc_audio_equalizer_get_band_frequency( unsigned u_index )
if ( u_index >= EQZ_BANDS_MAX )
return -1.f;
- return f_vlc_frequency_table_10b[ u_index ];
+ return f_iso_frequency_table_10b[ u_index ];
}
/*****************************************************************************
More information about the vlc-commits
mailing list