[x265] [PATCH] corrected buffer name for chroma_copy_pp
praveen at multicorewareinc.com
praveen at multicorewareinc.com
Mon Nov 4 16:07:52 CET 2013
# HG changeset patch
# User Praveen Tiwari
# Date 1383577662 -19800
# Node ID 5c957083875ecdcb5e9c6e61658c82a7e2edddd9
# Parent df03ee5e3e440a4af0429be6404142ecd9a64861
corrected buffer name for chroma_copy_pp
diff -r df03ee5e3e44 -r 5c957083875e source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp Mon Nov 04 20:32:01 2013 +0530
+++ b/source/test/pixelharness.cpp Mon Nov 04 20:37:42 2013 +0530
@@ -674,7 +674,7 @@
{
if (!check_block_copy_pp(ref.chroma_copy_pp[part], opt.chroma_copy_pp[part]))
{
- printf("chroma_copy_pp[%s] failed\n", lumaPartStr[part]);
+ printf("chroma_copy_pp[%s] failed\n", chromaPartStr[part]);
return false;
}
}
More information about the x265-devel
mailing list