]> granicus.if.org Git - handbrake/commitdiff
WinGui: Tidy up some unused variables.
authorsr55 <sr55.hb@outlook.com>
Sun, 8 Jul 2018 13:19:27 +0000 (14:19 +0100)
committersr55 <sr55.hb@outlook.com>
Sun, 8 Jul 2018 13:19:27 +0000 (14:19 +0100)
win/CS/HandBrake.Interop/Interop/Json/Encode/Video.cs
win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs
win/CS/HandBrake.Interop/Interop/Model/Encoding/ScaleMethod.cs
win/CS/HandBrakeWPF/Services/Presets/Factories/JsonPresetFactory.cs

index 992d677091f493be6c8de2735d79a313e785211a..12525c3e5f1af8e0f24adb05744b9f7e31b2da03 100644 (file)
@@ -77,11 +77,6 @@ namespace HandBrake.Interop.Interop.Json.Encode
         /// </summary>
         public string Tune { get; set; }
 
-        /// <summary>
-        /// Gets or sets a value indicating whether hw decode.
-        /// </summary>
-        public bool HWDecode { get; set; }
-
         /// <summary>
         /// Gets or sets the qsv.
         /// </summary>
index 2ea758d5d6fa9ea90731ce6e332022e11875db27..5db5552cfebb806f79155ee11551f2f69b8f470d 100644 (file)
@@ -338,11 +338,6 @@ namespace HandBrake.Interop.Interop.Json.Presets
         /// </summary>
         public bool VideoGrayScale { get; set; }
 
-        /// <summary>
-        /// Gets or sets a value indicating whether video hw decode.
-        /// </summary>
-        public bool VideoHWDecode { get; set; }
-
         /// <summary>
         /// Gets or sets the video scaler.
         /// </summary>
index 8f62f3f22396a0807f52de6dd5b86da6699605f6..8c1d321743b654eaf4d766cd72d353e70657af4a 100644 (file)
@@ -18,10 +18,5 @@ namespace HandBrake.Interop.Interop.Model.Encoding
         /// Standard software scaling. Highest quality.
         /// </summary>
         Lanczos = 0,
-
-        /// <summary>
-        /// OpenCL-assisted bicubic scaling.
-        /// </summary>
-        Bicubic = 1
     }
 }
index 668b23694838cb2b898c41cef50229dceb38001c..cdb815d32577f7bf9a9229de4bdc2ed580404701 100644 (file)
@@ -493,7 +493,6 @@ namespace HandBrakeWPF.Services.Presets.Factories
 \r
             /* Not Supported Yet */\r
             // public int VideoColorMatrixCode { get; set; }\r
-            // public bool VideoHWDecode { get; set; }\r
             // public string VideoScaler { get; set; }\r
             // public bool VideoQSVDecode { get; set; }\r
             // public int VideoQSVAsyncDepth { get; set; }\r