diff options
author | jstebbins <[email protected]> | 2010-06-28 15:59:31 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-28 15:59:31 +0000 |
commit | 007b591efce31dcf65d23c8d3782d054b45717da (patch) | |
tree | f533b4f31bc1a2ec92ca37d4293758faad7fde36 /gtk/src/makedeps.py | |
parent | 554ff68202cbc5d5d2081505b4a381f341f7c416 (diff) |
LinGui: Add max width/height widgets to preset save dialog
These are only visible when autosize is disabled, meaning the user
has chosen to set specific video dimensions. These values are used
when a preset or title is loaded to set the default storage dimensions.
This allows setting arbitrary PictureWidth/PictureHeight in the preset
which was not previously possible. The values were previously limited
to what the currently loaded source would allow you to enter into
the picture settings width/height fields.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3417 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/makedeps.py')
-rw-r--r-- | gtk/src/makedeps.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py index dbc492353..594b22faf 100644 --- a/gtk/src/makedeps.py +++ b/gtk/src/makedeps.py @@ -40,6 +40,7 @@ dep_map = ( DepEntry("PictureDenoise", "PictureDenoiseCustom", "custom", False, True), DepEntry("PictureDecomb", "PictureDecombCustom", "custom", False, True), DepEntry("PictureDetelecine", "PictureDetelecineCustom", "custom", False, True), + DepEntry("autoscale", "PicturePresetBox", "FALSE", False, True), DepEntry("PictureAutoCrop", "PictureTopCrop", "FALSE", False, False), DepEntry("PictureAutoCrop", "PictureBottomCrop", "FALSE", False, False), DepEntry("PictureAutoCrop", "PictureLeftCrop", "FALSE", False, False), |