diff options
author | Rodeo <[email protected]> | 2015-04-03 14:19:28 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2015-04-03 14:19:28 +0000 |
commit | de17b2d007026cac6bc1aa7821126094e3c5e142 (patch) | |
tree | 67b9c7c821f6d1fe46981b6e28893d7418df30cc /contrib/x265/A01-cudata-init.patch | |
parent | e54567afa69515253a484e76aed75eb37da71269 (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/A01-cudata-init.patch')
-rw-r--r-- | contrib/x265/A01-cudata-init.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/x265/A01-cudata-init.patch b/contrib/x265/A01-cudata-init.patch deleted file mode 100644 index 0623dca10..000000000 --- a/contrib/x265/A01-cudata-init.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 018e8bbaa854 source/common/cudata.cpp ---- a/source/common/cudata.cpp Fri Feb 27 11:46:09 2015 +0530 -+++ b/source/common/cudata.cpp Sun Mar 01 09:24:49 2015 -0800 -@@ -161,7 +161,7 @@ - m_vChromaShift = CHROMA_V_SHIFT(csp); - m_numPartitions = NUM_4x4_PARTITIONS >> (depth * 2); - -- if (!s_partSet[0]) -+ //if (!s_partSet[0]) - { - s_numPartInCUSize = 1 << g_unitSizeDepth; - switch (g_maxLog2CUSize) |