From 4fa2b0c40515a1dba74abf226f38a1d2e69ad99c Mon Sep 17 00:00:00 2001 From: dynaflash Date: Thu, 11 Feb 2010 23:54:30 +0000 Subject: MacGui: uncomment line commented for testing for editing queue item modulus from commit 3113 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3114 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Controller.m') diff --git a/macosx/Controller.m b/macosx/Controller.m index 0715bff0e..2b81d3148 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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]) -- cgit v1.2.3