summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <[email protected]>2016-01-18 21:39:17 +0000
committerScott <[email protected]>2016-01-18 21:39:17 +0000
commit2ca3285957a3d7f702af2dbe1e04fc17978782ea (patch)
tree23a0c09653921524aa3acbdf4067922722da5d1a
parent13e9b5150810d0abc03772f492a9190913a106da (diff)
remove x265 patch that should have been removed as part of one of those cherry picked merges.0.10.3
-rw-r--r--contrib/x265/A01-cudata-init.patch12
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 978059cec..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:40:58 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)