summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesDefaults.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-08-25 15:56:57 +0000
committerritsuka <[email protected]>2014-08-25 15:56:57 +0000
commit7f5f9fa934bf1e5afb7567badf40147c28594ff6 (patch)
tree67d9d7b861c6b1e0544822ceebae738a2d6a294e /macosx/HBSubtitlesDefaults.h
parent68f946e7ea88e2393338716d36a90d36dc1337fb (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/HBSubtitlesDefaults.h')
-rw-r--r--macosx/HBSubtitlesDefaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitlesDefaults.h b/macosx/HBSubtitlesDefaults.h
index 21ebce5f2..f345e6c86 100644
--- a/macosx/HBSubtitlesDefaults.h
+++ b/macosx/HBSubtitlesDefaults.h
@@ -22,6 +22,6 @@ typedef NS_ENUM(NSUInteger, HBSubtitleTrackSelectionBehavior) {
@property (nonatomic, readwrite) BOOL addCC;
- (void)applySettingsFromPreset:(NSDictionary *)preset;
-- (void)prepareSubtitlesForPreset:(NSMutableDictionary *)preset;
+- (void)prepareSubtitlesDefaultsForPreset:(NSMutableDictionary *)preset;
@end