mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +00:00
10l fix. misplaced ;
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14849 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b0c0255f08
commit
4c3d533c7d
@ -232,7 +232,7 @@ static int af_ladspa_parse_plugin(af_ladspa_t *setup) {
|
||||
* of the suboptions and check LADSPA_?_HINT's later.
|
||||
*/
|
||||
setup->inputcontrols[p] = 0.0f;
|
||||
} else if (LADSPA_IS_PORT_OUTPUT(d)); {
|
||||
} else if (LADSPA_IS_PORT_OUTPUT(d)) {
|
||||
/* read and handle these too, otherwise filters that have them
|
||||
* will sig11
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user