summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-15 07:41:47 +0000
committerritsuka <[email protected]>2015-01-15 07:41:47 +0000
commit2e1d9c41edc36776e8f28abce06a131c581153c7 (patch)
treee69f79fbec597ecdeb68d65ea48179898c221e73 /macosx/HBSubtitles.h
parent9f453c3ba77cc732bad75b33571ed05c9c5f2cb6 (diff)
MacGui: fix some leaks
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6753 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitles.h')
-rw-r--r--macosx/HBSubtitles.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/macosx/HBSubtitles.h b/macosx/HBSubtitles.h
index ae7421b7b..ac8483f63 100644
--- a/macosx/HBSubtitles.h
+++ b/macosx/HBSubtitles.h
@@ -48,10 +48,15 @@ extern NSString *keySubTrackLanguageIndex;
@property (nonatomic, readonly) NSArray *languagesArray;
@property (nonatomic, readonly) NSInteger languagesArrayDefIndex;
-@property (nonatomic, readwrite) int container; // initially is the default HB_MUX_MP4
-
@property (nonatomic, readwrite, retain) HBSubtitlesDefaults *defaults;
+/**
+ * For internal use
+ */
+
+- (void)containerChanged:(int)container;
+@property (nonatomic, readwrite) int container; // initially is the default HB_MUX_MP4
+
@end
@interface HBSubtitles (KVC)