Commit 03c81395 authored by Ronald Wright's avatar Ronald Wright Committed by Jean-Baptiste Kempf

libvlc: equalizer: ISO frequencies are the new default

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cb25ab46
...@@ -465,7 +465,7 @@ float libvlc_audio_equalizer_get_band_frequency( unsigned u_index ) ...@@ -465,7 +465,7 @@ float libvlc_audio_equalizer_get_band_frequency( unsigned u_index )
if ( u_index >= EQZ_BANDS_MAX ) if ( u_index >= EQZ_BANDS_MAX )
return -1.f; return -1.f;
return f_vlc_frequency_table_10b[ u_index ]; return f_iso_frequency_table_10b[ u_index ];
} }
/***************************************************************************** /*****************************************************************************
......
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