diff options
author | dynaflash <[email protected]> | 2008-02-21 13:47:09 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-02-21 13:47:09 +0000 |
commit | 2d0511d66ba06c3559ddf6ea504082fb805e07db (patch) | |
tree | c9b3d6ee83f29c3140cbfea4346784b7c3b02e87 /macosx/Controller.h | |
parent | 3aa14dbf73e98a3a4bbd091a3b083e4e256bf92f (diff) |
MacGui: Fix and issue for auto adding the .m4v file extension for the aac + ac3 encoder for mp4 where reselecting mp4 format would reset the extension back to .mp4 and not .m4v
- Moves this to a new method called codecsPopUpChanged: so it is easier to call form multiple methods
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1309 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 3c912f077..4994e8149 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -227,6 +227,7 @@ - (IBAction) formatPopUpChanged: (id) sender; - (IBAction) codecsPopUpChanged: (id) sender; - (IBAction) encoderPopUpChanged: (id) sender; +- (IBAction) autoSetM4vExtension: (id) sender; - (IBAction) twoPassCheckboxChanged: (id) sender; - (IBAction) videoFrameRateChanged: (id) sender; - (IBAction) setEnabledStateOfAudioMixdownControls: (id) sender; |