Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
f9ad9061
Commit
f9ad9061
authored
Aug 26, 2009
by
Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
equalizer: Use aout_EnableFilter() as we have no choice now.
parent
ee109d51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
modules/gui/macosx/equalizer.m
modules/gui/macosx/equalizer.m
+1
-8
No files found.
modules/gui/macosx/equalizer.m
View file @
f9ad9061
...
...
@@ -99,14 +99,7 @@ static void ChangeFiltersString( intf_thread_t *p_intf,
}
}
var_SetString
(
p_object
,
"audio-filter"
,
psz_string
);
if
(
p_aout
)
{
for
(
i
=
0
;
i
<
p_aout
->
i_nb_inputs
;
i
++
)
{
p_aout
->
pp_inputs
[
i
]
->
b_restart
=
true
;
}
}
aout_EnableFilter
(
p_object
,
psz_string
,
false
);
if
(
(
BOOL
)
config_GetInt
(
p_object
,
"macosx-eq-keep"
)
==
YES
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment