From a405fbf3d946bd1730eef761f0b43cae04d1ef8f Mon Sep 17 00:00:00 2001 From: Max Dmytrychenko Date: Thu, 24 Sep 2015 21:01:02 +0200 Subject: UI adjustment for MASK usage --- win/CS/HandBrake.ApplicationServices/Utilities/SystemInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices') diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/SystemInfo.cs b/win/CS/HandBrake.ApplicationServices/Utilities/SystemInfo.cs index ffe00d679..2055fab90 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/SystemInfo.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/SystemInfo.cs @@ -1,4 +1,4 @@ -// -------------------------------------------------------------------------------------------------------------------- +// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // @@ -71,7 +71,7 @@ namespace HandBrake.ApplicationServices.Utilities { try { - return HBFunctions.hb_qsv_available() == 1; + return HBFunctions.hb_qsv_available() != 0; } catch (Exception) { -- cgit v1.2.3