summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-01-22 17:18:34 +0000
committersr55 <[email protected]>2015-01-22 17:18:34 +0000
commitc5e37a65bdc7facc356d505b79c4f2b290bcf246 (patch)
tree792ce167d2114c60be0df3d169e5c791edbb20d0 /win/CS/HandBrake.ApplicationServices
parentacf831a1c78044a01e470102385334d183d1d5b1 (diff)
WinGui: Some minor tidy up for the last checkin.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6790 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoPreset.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoPreset.cs b/win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoPreset.cs
index 11dc04125..aea598642 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoPreset.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoPreset.cs
@@ -17,6 +17,11 @@ namespace HandBrake.ApplicationServices.Services.Encode.Model.Models.Video
public class VideoPreset
{
/// <summary>
+ /// A built-in version of the "None" object.
+ /// </summary>
+ public static VideoPreset None = new VideoPreset("None", "none");
+
+ /// <summary>
/// Initializes a new instance of the <see cref="VideoPreset"/> class.
/// </summary>
public VideoPreset()