diff options
author | Max Dmytrychenko <[email protected]> | 2015-09-24 21:01:02 +0200 |
---|---|---|
committer | Max Dmytrychenko <[email protected]> | 2015-09-24 21:01:02 +0200 |
commit | a405fbf3d946bd1730eef761f0b43cae04d1ef8f (patch) | |
tree | b7c234c22e13e3770c197ff23758cffb1e51c221 /win | |
parent | 756b892f17069dd44385f8c085786921fcee3085 (diff) |
UI adjustment for MASK usage
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Utilities/SystemInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -// --------------------------------------------------------------------------------------------------------------------
+// --------------------------------------------------------------------------------------------------------------------
// <copyright file="SystemInfo.cs" company="HandBrake Project (http://handbrake.fr)">
// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
// </copyright>
@@ -71,7 +71,7 @@ namespace HandBrake.ApplicationServices.Utilities {
try
{
- return HBFunctions.hb_qsv_available() == 1;
+ return HBFunctions.hb_qsv_available() != 0;
}
catch (Exception)
{
|