]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix build.
authorsr55 <sr55.hb@outlook.com>
Tue, 13 Jan 2015 20:57:03 +0000 (20:57 +0000)
committersr55 <sr55.hb@outlook.com>
Tue, 13 Jan 2015 20:57:03 +0000 (20:57 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6746 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs

index 9c78d7d7be8c351d18e2d2bbf9808f4ebb520d93..d3fd4b6e5033d411ab3b01ddd72b4bc1b4fc647a 100644 (file)
@@ -518,11 +518,11 @@ namespace HandBrake.ApplicationServices.Utilities
             switch (tune)\r
             {\r
                 case "psnr":\r
-                    return x265Tune.Psnr;\r
+                    return x265Tune.psnr;\r
                 case "ssim":\r
-                    return x265Tune.Ssim;\r
+                    return x265Tune.ssim;\r
                 default:\r
-                    return x265Tune.Psnr;\r
+                    return x265Tune.psnr;\r
             }\r
         }\r
 \r