summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.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/HBAudio.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/HBAudio.h')
-rw-r--r--macosx/HBAudio.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/macosx/HBAudio.h b/macosx/HBAudio.h
index 07ed536fc..3299c2130 100644
--- a/macosx/HBAudio.h
+++ b/macosx/HBAudio.h
@@ -21,8 +21,6 @@
@property (nonatomic, readwrite, retain) HBAudioDefaults *defaults;
-@property (nonatomic, readwrite) int container; // initially is the default HB_MUX_MP4
-
- (void)addAllTracks;
- (void)removeAll;
- (void)reloadDefaults;
@@ -31,6 +29,12 @@
- (void)settingTrackToNone:(HBAudioTrack *)newNoneTrack;
- (void)switchingTrackFromNone:(HBAudioTrack *)noLongerNoneTrack;
+/**
+ * For internal use
+ */
+
+- (void)containerChanged:(int)container;
+
@end
@interface HBAudio (KVC)