diff options
author | sr55 <[email protected]> | 2013-01-06 19:45:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-01-06 19:45:04 +0000 |
commit | 4dfd0131c7ae509122f13ecc775decc970ef3a89 (patch) | |
tree | 514222fd72a3d5217d5d2bf5264e510716ea7ada /win/CS/HandBrake.Interop/HandBrakeInterop | |
parent | e133bd8b716c17abc3c49e3acb9f20ad2a090a99 (diff) |
WinGui: Restore RF0 warning and Correctly show RF or QP depending on the video encoder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5159 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs index 570597176..c8877e6d6 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs @@ -2,6 +2,9 @@ // <copyright file="AudioEncoder.cs" company="HandBrake Project (http://handbrake.fr)">
// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
// </copyright>
+// <summary>
+// The audio encoder enumeration
+// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace HandBrake.Interop.Model.Encoding
|