]> granicus.if.org Git - handbrake/commitdiff
MacGui: Custom Anamorphic
authordynaflash <dynaflashtech@gmail.com>
Fri, 1 May 2009 20:04:04 +0000 (20:04 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Fri, 1 May 2009 20:04:04 +0000 (20:04 +0000)
- Remove modulus 1 as it causes issues with preview and x264 could crash on odd dimensions.
- Told you it was experimental.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2363 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/PictureController.mm

index 338bd278e14add0f4f4ae96579ca61148769bbc1..7395154a52cf9b93c9caf5449cf06b16f0e3210b 100644 (file)
     [fModulusPopUp addItemWithTitle: @"8"];
     [fModulusPopUp addItemWithTitle: @"4"];
     [fModulusPopUp addItemWithTitle: @"2"];
-    [fModulusPopUp addItemWithTitle: @"1"];
     if (job->anamorphic.mode == 3)
     {
         [fModulusPopUp selectItemWithTitle: [NSString stringWithFormat:@"%d",job->anamorphic.modulus]];