From a37f528f742c2b27db3995c7b22147d9ef4d7049 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Thu, 28 Jan 2016 07:32:16 +0100 Subject: MacGui: fix some static anaylizer warnings. --- macosx/HBAudioTrack.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'macosx/HBAudioTrack.h') diff --git a/macosx/HBAudioTrack.h b/macosx/HBAudioTrack.h index 7bf5c8ecc..c259812e8 100644 --- a/macosx/HBAudioTrack.h +++ b/macosx/HBAudioTrack.h @@ -46,9 +46,9 @@ extern NSString *keyAudioBitrate; @property (nonatomic, strong) NSDictionary *track; @property (nonatomic, strong, nullable) NSDictionary *codec; -@property (nonatomic, strong) NSDictionary *mixdown; -@property (nonatomic, strong) NSDictionary *sampleRate; -@property (nonatomic, strong) NSDictionary *bitRate; +@property (nonatomic, strong, nullable) NSDictionary *mixdown; +@property (nonatomic, strong, nullable) NSDictionary *sampleRate; +@property (nonatomic, strong, nullable) NSDictionary *bitRate; @property (nonatomic) double drc; @property (nonatomic) double gain; @property (nonatomic) int container; @@ -63,7 +63,7 @@ extern NSString *keyAudioBitrate; @property (nonatomic, readonly) BOOL enabled; - (void) setTrackFromIndex: (int) aValue; -- (BOOL) setCodecFromName: (NSString *) aValue; +- (BOOL) setCodecFromName: (nullable NSString *) aValue; - (void) setMixdownFromName: (NSString *) aValue; - (void) setSampleRateFromName: (NSString *) aValue; - (void) setBitRateFromName: (NSString *) aValue; -- cgit v1.2.3