diff options
Diffstat (limited to 'macosx/HBAudioController.h')
-rw-r--r-- | macosx/HBAudioController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBAudioController.h b/macosx/HBAudioController.h index cfff30cf6..a998b446d 100644 --- a/macosx/HBAudioController.h +++ b/macosx/HBAudioController.h @@ -23,12 +23,12 @@ extern NSString *HBMixdownChangedNotification; { id myController; NSMutableArray *audioArray; // the configured audio information - NSMutableArray *masterTrackArray; // the master list of audio tracks from the title + NSArray *masterTrackArray; // the master list of audio tracks from the title NSDictionary *noneTrack; // this represents no audio track selection NSNumber *videoContainerTag; // initially is the default HB_MUX_MP4 } -@property (nonatomic, readonly) NSArray *masterTrackArray; +@property (nonatomic, readonly, retain) NSArray *masterTrackArray; @property (nonatomic, readonly) NSDictionary *noneTrack; @property (nonatomic, retain) NSNumber *videoContainerTag; |