summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-01-16 18:14:07 +0000
committerRodeo <[email protected]>2013-01-16 18:14:07 +0000
commitd50ee9cf20e25c1e1a2c69d86cb99d0539f037e3 (patch)
treedcb533a4e198d3bf99960d54ecf6dc3542e209ca /macosx/Controller.h
parent0f61a64c420ac239ff66f7c97cf979db7a990d09 (diff)
MacGui: retain the current storage width and height and use it when unparsing the x264 options.
This is done in calculatePictureSizing as it is called whenever width or height change. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5175 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index a8ba2631e..c7667a620 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -79,6 +79,8 @@ BOOL fIsDragging;
// Text Field to show the expanded opts from unparse()
IBOutlet NSTextField * fDisplayX264PresetsUnparseTextField;
char * fX264PresetsUnparsedUTF8String;
+ NSUInteger fX264PresetsHeightForUnparse;
+ NSUInteger fX264PresetsWidthForUnparse;
/* Advanced options tab */
HBAdvancedController * fAdvancedOptions;