From 1943a5c88df391171b59cb05106e57a60bf0efbf Mon Sep 17 00:00:00 2001 From: ritsuka Date: Sun, 10 Aug 2014 14:33:15 +0000 Subject: MacGui: fixed some audio presets key: AudioSamplerate -> string, AudioTrackDRCSlider -> float. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6282 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBAudioTrackPreset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBAudioTrackPreset.h') diff --git a/macosx/HBAudioTrackPreset.h b/macosx/HBAudioTrackPreset.h index 49abe9820..76950472b 100644 --- a/macosx/HBAudioTrackPreset.h +++ b/macosx/HBAudioTrackPreset.h @@ -24,7 +24,7 @@ @property (nonatomic, readwrite) int bitRate; @property (nonatomic, readwrite) int gain; -@property (nonatomic, readwrite) int drc; +@property (nonatomic, readwrite) float drc; /** * Arrays of possible options for the track properties. -- cgit v1.2.3