[x265] [PATCH] remove warnings or errors reported for mingw 16bpp
sumalatha at multicorewareinc.com
sumalatha at multicorewareinc.com
Fri Jun 5 13:51:38 CEST 2015
# HG changeset patch
# User Sumalatha Polureddy
# Date 1433502818 -19800
# Fri Jun 05 16:43:38 2015 +0530
# Node ID 0a1500f84a4ef4721706638e75e226c31c7b102e
# Parent 43afbde189f390c74f580b0d377731b498c7f7ce
remove warnings or errors reported for mingw 16bpp
diff -r 43afbde189f3 -r 0a1500f84a4e source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp Fri Jun 05 11:03:10 2015 +0530
+++ b/source/test/pixelharness.cpp Fri Jun 05 16:43:38 2015 +0530
@@ -1606,7 +1606,7 @@
{
if (!check_pixelcmp(ref.chroma[i].cu[part].sse_pp, opt.chroma[i].cu[part].sse_pp))
{
- printf("chroma_sse_pp[%s][%s]: failed!\n", x265_source_csp_names[i], chromaPartStr[part]);
+ printf("chroma_sse_pp[%s][%s]: failed\n", x265_source_csp_names[i], chromaPartStr[i][part]);
return false;
}
}
More information about the x265-devel
mailing list