]> granicus.if.org Git - handbrake/commitdiff
MacGui: reset the decomb/deinterlace settings using their setters methods so the...
authorritsuka <damiog@gmail.com>
Sat, 4 Oct 2014 12:12:25 +0000 (12:12 +0000)
committerritsuka <damiog@gmail.com>
Sat, 4 Oct 2014 12:12:25 +0000 (12:12 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6432 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBFilters.m

index c19c14c810572c425c8d5b45c93ac0af2313fedf..ac5fdac83c707d534ad22d044f03ab8e4ba6c2f1 100644 (file)
@@ -138,8 +138,8 @@ static NSDictionary *_nlmeansTunesDict;
     {
         /* We only allow *either* Decomb or Deinterlace. So check for the PictureDecombDeinterlace key. */
         self.useDecomb = 1;
-        _decomb = 0;
-        _deinterlace = 0;
+        self.decomb = 0;
+        self.deinterlace = 0;
         if ([preset[@"PictureDecombDeinterlace"] intValue] == 1)
         {
             /* we are using decomb */