OSDN Git Service

MacGui: uncomment line commented for testing for editing queue item modulus from...
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 11 Feb 2010 23:54:30 +0000 (23:54 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 11 Feb 2010 23:54:30 +0000 (23:54 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3114 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.m

index 0715bff..2b81d31 100644 (file)
@@ -2955,7 +2955,7 @@ fWorkingCount = 0;
         
     }
     
-    //job->modulus = [[queueToApply objectForKey:@"PictureModulus"]  intValue];
+    job->modulus = [[queueToApply objectForKey:@"PictureModulus"]  intValue];
     
     /* we check to make sure the presets width/height does not exceed the sources width/height */
     if (fTitle->width < [[queueToApply objectForKey:@"PictureWidth"]  intValue] || fTitle->height < [[queueToApply objectForKey:@"PictureHeight"]  intValue])