]> granicus.if.org Git - handbrake/commitdiff
WinGui: QuickSync H264 is 768, not 512
authorScott <sr55@users.noreply.github.com>
Thu, 24 Sep 2015 19:51:01 +0000 (20:51 +0100)
committerScott <sr55@users.noreply.github.com>
Thu, 24 Sep 2015 19:51:01 +0000 (20:51 +0100)
win/CS/HandBrake.ApplicationServices/Utilities/SystemInfo.cs

index ab11d71a9a753cb2cb10cc7df058ed21f90ac323..21c6485250e2391f3b27c577c0655d17607e82e7 100644 (file)
@@ -109,7 +109,7 @@ namespace HandBrake.ApplicationServices.Utilities
             {\r
                 try\r
                 {\r
-                    return HBFunctions.hb_qsv_available() == NativeConstants.HB_VCODEC_QSV_H265;\r
+                    return HBFunctions.hb_qsv_available() == (NativeConstants.HB_VCODEC_QSV_H264 | NativeConstants.HB_VCODEC_QSV_H265);\r
                 }\r
                 catch (Exception)\r
                 {\r