diff options
author | dynaflash <[email protected]> | 2007-03-29 19:18:25 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-03-29 19:18:25 +0000 |
commit | f2ef21afdeff9ebfd8042176235e6888a7f9398e (patch) | |
tree | 8b4e2cdb3fada1c9b316a9597ced8d0ee8069929 /macosx/Controller.h | |
parent | ceb981ea2c7406fac18dee17382976428a12b374 (diff) |
MacGui: Picture Preview no longer distorts in Anamorphic Mode
- AppleTV Preset will now reset the picture settings to the sources max original output values after initial scan regardless of any changes the user has made.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@463 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 37d2791e5..448e258c6 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -204,6 +204,9 @@ - (NSDictionary *)CreateIpodPreset; - (NSDictionary *)CreateAppleTVPreset; +- (IBAction) RevertPictureSizeToMax:(id)sender; + + - (void) savePreset; - (IBAction)AddFactoryPresets:(id)sender; - (IBAction)AddUserPreset:(id)sender; |