summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-05-09 19:46:02 +0000
committersr55 <[email protected]>2011-05-09 19:46:02 +0000
commit438c46cc940f3b93d8fa6e0329677e6fef48af90 (patch)
tree44d426bd1786bc3bc3eed192a83e17f93b6398b6 /win
parentf5156a21d21ef3358c89522999b3fb7d6e3c1965 (diff)
WinGui:
- Default DRC to 0 for imported presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3976 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs
index bdc780506..190bdab86 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs
@@ -39,7 +39,7 @@ namespace HandBrake.ApplicationServices.Model.Encoding
this.MixDown = Mixdown.DolbyProLogicII;
this.SampleRate = 48;
this.Bitrate = 160;
- this.DRC = 1;
+ this.DRC = 0;
this.ScannedTrack = new Audio();
}