]> granicus.if.org Git - handbrake/commitdiff
WinGui: Remove temp VCE hack.
authorsr55 <sr55.hb@outlook.com>
Sat, 21 Jul 2018 17:12:10 +0000 (18:12 +0100)
committersr55 <sr55.hb@outlook.com>
Sat, 21 Jul 2018 17:12:27 +0000 (18:12 +0100)
win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs

index 736d67e69bb87be7ecf8b056df14d7e4b7f3e676..75e6d9da71a4af65a3ade0464d96b70acf079f86 100644 (file)
@@ -1070,8 +1070,7 @@ namespace HandBrakeWPF.ViewModels
         {\r
             get\r
             {\r
-                string foundGpu = Utilities.SystemInfo.GetGPUInfo.FirstOrDefault(g => g.Contains("AMD"));\r
-                return SystemInfo.IsVceH264Available && !string.IsNullOrEmpty(foundGpu);\r
+                return SystemInfo.IsVceH264Available;\r
             }\r
         }\r
 \r