diff options
author | dynaflash <[email protected]> | 2007-09-19 15:27:05 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-09-19 15:27:05 +0000 |
commit | 902f387e66ff0ee960616765a4fcc8ac936d0558 (patch) | |
tree | b96136a1637a07ff325d8ef2f871e8b52146a4ee /macosx/PictureController.h | |
parent | 7081f9c6d5a2d56f7d4f17a5fdb9c22245b24caf (diff) |
MacGui: Keep track of the state of the keep aspect ratio checkbox when turning on anamorphic so it can be changed back to its previous state when anamorphic is turned off.
- Allows for easier comparison of anamorphic vs. non anamorphic.
- Good idea jbrjake
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@975 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index 98cf3ddcd..4c13a06fc 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -52,6 +52,12 @@ int MaxOutputHeight; BOOL autoCrop; + /* used to track the previous state of the keep aspect + ratio checkbox when turning anamorphic on, so it can be + returned to the previous state when anamorphic is turned + off */ + BOOL keepAspectRatioPreviousState; + struct { int detelecine; int deinterlace; |