summaryrefslogtreecommitdiffstats
path: root/contrib/x265/A00-maxCUSize-idiocy.patch
diff options
context:
space:
mode:
authorRodeo <[email protected]>2015-04-03 14:19:28 +0000
committerRodeo <[email protected]>2015-04-03 14:19:28 +0000
commitde17b2d007026cac6bc1aa7821126094e3c5e142 (patch)
tree67b9c7c821f6d1fe46981b6e28893d7418df30cc /contrib/x265/A00-maxCUSize-idiocy.patch
parente54567afa69515253a484e76aed75eb37da71269 (diff)
Bump libx265 to version 1.6
Miscellaneous bugfixes and performance improvements. Also, x265_cleanup lets us drop both patches. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7044 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x265/A00-maxCUSize-idiocy.patch')
-rw-r--r--contrib/x265/A00-maxCUSize-idiocy.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/x265/A00-maxCUSize-idiocy.patch b/contrib/x265/A00-maxCUSize-idiocy.patch
deleted file mode 100644
index a5f718101..000000000
--- a/contrib/x265/A00-maxCUSize-idiocy.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -r 32d72a0285e0 source/common/param.cpp
---- a/source/common/param.cpp Tue Feb 10 21:38:22 2015 -0600
-+++ b/source/common/param.cpp Thu Feb 12 09:12:01 2015 -0700
-@@ -1151,6 +1151,7 @@
-
- int x265_set_globals(x265_param *param)
- {
-+#if 0
- static int once /* = 0 */;
-
- if (ATOMIC_INC(&once) > 1)
-@@ -1162,6 +1163,7 @@
- }
- }
- else
-+#endif
- {
- uint32_t maxLog2CUSize = (uint32_t)g_log2Size[param->maxCUSize];
-