summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Model
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-04-09 11:35:43 +0000
committersr55 <[email protected]>2011-04-09 11:35:43 +0000
commit9cc5c63d8d1d72240a50dd12f9c5f367b6321983 (patch)
treead85910f18d26b7ea60b6b129db7c8668795a6dc /win/CS/HandBrake.ApplicationServices/Model
parentcd46f30c0cb39596be65ddfb75f9456a00ebf82e (diff)
WinGui:
- Fix a culture issue with user settings (x264) - Made the Preset loader more strict with what settings it can and can't load with regards to video settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3916 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs b/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs
index 8dfb5d031..1c1e2ef60 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs
@@ -222,7 +222,7 @@ namespace HandBrake.ApplicationServices.Model
/// <summary>
/// Gets or sets Quality.
/// </summary>
- public double Quality { get; set; }
+ public double? Quality { get; set; }
/// <summary>
/// Gets or sets VideoBitrate.