]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix RF0 Lossless warning for x264 10bit
authorsr55 <sr55.hb@outlook.com>
Thu, 15 Sep 2016 16:30:14 +0000 (17:30 +0100)
committersr55 <sr55.hb@outlook.com>
Thu, 15 Sep 2016 16:30:14 +0000 (17:30 +0100)
win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs

index e945fe6eab69cf03945e70de2afc5da3ecd1aad2..4f75359f43b78e82d77bff6891e9f1008f2d5a22 100644 (file)
@@ -267,7 +267,7 @@ namespace HandBrakeWPF.ViewModels
         {\r
             get\r
             {\r
-                return 0.0.Equals(this.DisplayRF) && this.SelectedVideoEncoder == VideoEncoder.X264 || this.SelectedVideoEncoder == VideoEncoder.X264_10;\r
+                return 0.0.Equals(this.DisplayRF) && (this.SelectedVideoEncoder == VideoEncoder.X264 || this.SelectedVideoEncoder == VideoEncoder.X264_10);\r
             }\r
         }\r
 \r