From 0e8455ed2ca550aac454e798a4b0ca1bb84ad935 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Thu, 12 Feb 2015 18:45:40 +0000 Subject: [PATCH] MacGui: show the turbo two pass checkbox when x265 is selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6897 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBVideo+UIAdditions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/HBVideo+UIAdditions.m b/macosx/HBVideo+UIAdditions.m index eadeae6ce..ad5d1e1a6 100644 --- a/macosx/HBVideo+UIAdditions.m +++ b/macosx/HBVideo+UIAdditions.m @@ -74,7 +74,7 @@ - (BOOL)turboTwoPassSupported { - return (self.encoder == HB_VCODEC_X264); + return (self.encoder == HB_VCODEC_X264 || self.encoder == HB_VCODEC_X265); } /** -- 2.40.0