diff options
author | sr55 <[email protected]> | 2016-12-26 14:49:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-12-26 14:49:34 +0000 |
commit | 6b633b8f6b3f19433ca8a3d42affd737ca726f5d (patch) | |
tree | e8e1199df86425d4412f9734023fc42aee788896 /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | 88a31ba4a1869995a2c358be9819b0df4db031e7 (diff) |
WinGui: New Setting to allow the QSV decoder to be used with Non QSV encoders. (Was on by default and not configurable. Now off by default but configurable)
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index f5b473e78..28dd1e6b0 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1303,6 +1303,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Use QSV Decoding for non QSV encoders..
+ /// </summary>
+ public static string Options_QsvDecodeForNonFullPath {
+ get {
+ return ResourceManager.GetString("Options_QsvDecodeForNonFullPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Remove common punctuation.
/// </summary>
public static string Options_RemovePunctuation {
|