summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Model
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-09-07 21:40:41 +0000
committersr55 <[email protected]>2012-09-07 21:40:41 +0000
commitda4318f07c23f6755b1b21845b7336990ebabcd4 (patch)
tree87ad653cb77b6ae3cec14d761c6b16743eca5765 /win/CS/HandBrake.ApplicationServices/Model
parentee6967a926c3f735123357f6db06bdb14a6b9ab9 (diff)
WinGui: Updated the Bitrate Converted to be a bit more intelligent about it's bitrate selection.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4937 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs
index 6e5803c09..ac4b95e32 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs
@@ -254,6 +254,7 @@ namespace HandBrake.ApplicationServices.Model.Encoding
{
this.sampleRate = value;
this.NotifyOfPropertyChange("SampleRate");
+ this.NotifyOfPropertyChange("TrackReference");
}
}