Commit edeb8f7b authored by Rémi Duraffort's avatar Rémi Duraffort

Qt4: fix #3872

parent a6817bec
......@@ -1201,8 +1201,7 @@ Spatializer::~Spatializer()
void Spatializer::enable()
{
bool en = enableCheck->isChecked();
aout_EnableFilter( VLC_OBJECT( p_intf ), "spatializer",
en ? true : false );
aout_EnableFilter( THEPL, "spatializer", en );
enable( en );
}
......
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