projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b02dbbd
)
MacGui: show the turbo two pass checkbox when x265 is selected.
author
ritsuka
<damiog@gmail.com>
Thu, 12 Feb 2015 18:45:40 +0000
(18:45 +0000)
committer
ritsuka
<damiog@gmail.com>
Thu, 12 Feb 2015 18:45:40 +0000
(18:45 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6897
b64f7644
-9d1e-0410-96f1-
a4d463321fa5
macosx/HBVideo+UIAdditions.m
patch
|
blob
|
history
diff --git
a/macosx/HBVideo+UIAdditions.m
b/macosx/HBVideo+UIAdditions.m
index eadeae6ceeaa0269afc10b9f3974f6a9e1af7288..ad5d1e1a638da58662c55a33ceebe0145250b41a 100644
(file)
--- 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
);
}
/**