Commit a3d19250 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MacOS: fix equalizer 170Hz issue

Close #4177
(cherry picked from commit eef97c482956d6ce084886dc87f7fde90ceda5cd)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f2ada246
......@@ -230,7 +230,7 @@ static bool GetFiltersStatus( intf_thread_t *p_intf,
p_object = vlc_object_hold(pl_Get( p_intf ));
const char *psz_values;
NSString *preset = [NSString stringWithFormat:@"%.1f", [o_slider_band1 floatValue] ];
NSString *preset = [NSString stringWithFormat:@"%.1f ", [o_slider_band1 floatValue] ];
preset = [preset stringByAppendingFormat:@"%.1f ", [o_slider_band2 floatValue] ];
preset = [preset stringByAppendingFormat:@"%.1f ", [o_slider_band3 floatValue] ];
preset = [preset stringByAppendingFormat:@"%.1f ", [o_slider_band4 floatValue] ];
......
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