From 5cc2fbbca69eaac36d85d63b09cc3af39cee2cf2 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 30 Oct 2016 20:18:45 +0000 Subject: WinGui: Fix a large number of stylecop warnings. --- .../Model/Audio/AudioBehaviourTrack.cs | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'win/CS/HandBrakeWPF/Model') diff --git a/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs b/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs index b775c06b7..d5350439a 100644 --- a/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs +++ b/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs @@ -1,5 +1,5 @@ // -------------------------------------------------------------------------------------------------------------------- -// +// // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // @@ -40,7 +40,7 @@ namespace HandBrakeWPF.Model.Audio private double? quality; /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// public AudioBehaviourTrack() { @@ -55,7 +55,7 @@ namespace HandBrakeWPF.Model.Audio } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// Copy Constructor /// /// @@ -573,24 +573,24 @@ namespace HandBrakeWPF.Model.Audio /// private void GetDefaultMixdownIfNull() { - //if (this.ScannedTrack == null) - //{ + // if (this.ScannedTrack == null) + // { // return; - //} + // } - //HBAudioEncoder aencoder = HandBrakeEncoderHelpers.GetAudioEncoder(EnumHelper.GetShortName(this.encoder)); - //HBMixdown currentMixdown = HandBrakeEncoderHelpers.GetMixdown(this.mixDown); - //HBMixdown sanitisedMixdown = HandBrakeEncoderHelpers.SanitizeMixdown(currentMixdown, aencoder, (uint)this.ScannedTrack.ChannelLayout); - //HBMixdown defaultMixdown = HandBrakeEncoderHelpers.GetDefaultMixdown(aencoder, (uint)this.ScannedTrack.ChannelLayout); + // HBAudioEncoder aencoder = HandBrakeEncoderHelpers.GetAudioEncoder(EnumHelper.GetShortName(this.encoder)); + // HBMixdown currentMixdown = HandBrakeEncoderHelpers.GetMixdown(this.mixDown); + // HBMixdown sanitisedMixdown = HandBrakeEncoderHelpers.SanitizeMixdown(currentMixdown, aencoder, (uint)this.ScannedTrack.ChannelLayout); + // HBMixdown defaultMixdown = HandBrakeEncoderHelpers.GetDefaultMixdown(aencoder, (uint)this.ScannedTrack.ChannelLayout); - //if (this.mixDown == null || this.mixDown == "none") - //{ + // if (this.mixDown == null || this.mixDown == "none") + // { // this.MixDown = defaultMixdown.ShortName; - //} - //else if (sanitisedMixdown != null) - //{ + // } + // else if (sanitisedMixdown != null) + // { // this.MixDown = sanitisedMixdown.ShortName; - //} + // } } #endregion -- cgit v1.2.3