diff options
author | ritsuka <[email protected]> | 2014-08-25 15:56:57 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-25 15:56:57 +0000 |
commit | 7f5f9fa934bf1e5afb7567badf40147c28594ff6 (patch) | |
tree | 67d9d7b861c6b1e0544822ceebae738a2d6a294e /macosx/HBAudioDefaults.h | |
parent | 68f946e7ea88e2393338716d36a90d36dc1337fb (diff) |
MacGui: store the audio and subtitles defaults in each queue item so they can be loaded back from the queue.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6360 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAudioDefaults.h')
-rw-r--r-- | macosx/HBAudioDefaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAudioDefaults.h b/macosx/HBAudioDefaults.h index 5853a6e12..aeb271770 100644 --- a/macosx/HBAudioDefaults.h +++ b/macosx/HBAudioDefaults.h @@ -35,7 +35,7 @@ typedef NS_ENUM(NSUInteger, HBAudioTrackSelectionBehavior) { @property(nonatomic, readonly) NSArray *audioEncoderFallbacks; - (void)applySettingsFromPreset:(NSDictionary *)preset; -- (void)prepareAudioForPreset:(NSMutableDictionary *)preset; +- (void)prepareAudioDefaultsForPreset:(NSMutableDictionary *)preset; - (void)validateEncoderFallbackForVideoContainer:(int)container; |