From c5e37a65bdc7facc356d505b79c4f2b290bcf246 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 22 Jan 2015 17:18:34 +0000 Subject: WinGui: Some minor tidy up for the last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6790 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Services/Encode/Model/Models/Video/VideoPreset.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrake.ApplicationServices') 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 @@ -16,6 +16,11 @@ namespace HandBrake.ApplicationServices.Services.Encode.Model.Models.Video /// public class VideoPreset { + /// + /// A built-in version of the "None" object. + /// + public static VideoPreset None = new VideoPreset("None", "none"); + /// /// Initializes a new instance of the class. /// -- cgit v1.2.3