Commit 15339133 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/VideoEffects: fix 'posterize-level' option

parent 926b63a4
......@@ -898,7 +898,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
- (IBAction)posterizeModifierChanged:(id)sender
{
[self setVideoFilterProperty: "posterize-level" forFilter: "posterize" integer: [o_extract_fld intValue]];
[self setVideoFilterProperty: "posterize-level" forFilter: "posterize" integer: [o_posterize_fld intValue]];
}
- (IBAction)enableBlur:(id)sender
......
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