Commit 93d573ce authored by David Fuhrmann's avatar David Fuhrmann

macosx: video effects: avoid type mismatch warning

parent 1023ecb9
......@@ -511,7 +511,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
B64EncAndFree(config_GetPsz(p_intf, "video-filter")),
B64EncAndFree(config_GetPsz(p_intf, "sub-source")),
B64EncAndFree(config_GetPsz(p_intf, "video-splitter")),
0, // former "hue" value, deprecated since 3.0.0
0LL, // former "hue" value, deprecated since 3.0.0
config_GetFloat(p_intf, "contrast"),
config_GetFloat(p_intf, "brightness"),
config_GetFloat(p_intf, "saturation"),
......
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