From 2e7330affab701fb1443fec449e2b04690b32e33 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Mon, 19 Jan 2015 15:35:35 +0000 Subject: MacGui: enable and fix more compiler warnings in the Xcode project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6772 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBFilters.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBFilters.m') diff --git a/macosx/HBFilters.m b/macosx/HBFilters.m index c6d8216fe..0e7d77840 100644 --- a/macosx/HBFilters.m +++ b/macosx/HBFilters.m @@ -432,7 +432,7 @@ NSDictionary *_HandBrake_nlmeansTunesDict; self.deblock = [preset[@"PictureDeblock"] intValue]; } - self.grayscale = [preset[@"VideoGrayScale"] intValue]; + self.grayscale = [preset[@"VideoGrayScale"] boolValue]; } self.notificationsEnabled = YES; -- cgit v1.2.3