summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-05-01 20:04:04 +0000
committerdynaflash <[email protected]>2009-05-01 20:04:04 +0000
commit3c1855c68eec80f1cab8711b92425989eb948604 (patch)
treea948210484a67273b0433615ca50a9d54dd6e7bd /macosx
parent198c0b4601453d4debf96a0b6809d0ffb497ecdc (diff)
MacGui: Custom Anamorphic
- 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
Diffstat (limited to 'macosx')
-rw-r--r--macosx/PictureController.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/PictureController.mm b/macosx/PictureController.mm
index 338bd278e..7395154a5 100644
--- a/macosx/PictureController.mm
+++ b/macosx/PictureController.mm
@@ -536,7 +536,6 @@
[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]];