diff options
author | dynaflash <[email protected]> | 2010-02-11 23:54:30 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-02-11 23:54:30 +0000 |
commit | 4fa2b0c40515a1dba74abf226f38a1d2e69ad99c (patch) | |
tree | 390beaaefd8a20b68f2daca2cb5fdab82884ea2d /macosx | |
parent | 748a83548709b07001f3a715dcb11279609d9395 (diff) |
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
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |