diff options
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; |