[x265] [PATCH] blockfil_s, changed initial vale to 0xCD

praveen at multicorewareinc.com praveen at multicorewareinc.com
Thu Nov 7 17:03:01 CET 2013


# HG changeset patch
# User Praveen Tiwari
# Date 1383840171 -19800
# Node ID 4410965d4b9db9285a9047435ebff660a031e474
# Parent  b3409a47634c5f29a9978e357e676637ab2ffd25
blockfil_s, changed initial vale to 0xCD

diff -r b3409a47634c -r 4410965d4b9d source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp	Thu Nov 07 21:03:44 2013 +0530
+++ b/source/test/pixelharness.cpp	Thu Nov 07 21:32:51 2013 +0530
@@ -611,8 +611,8 @@
 
     // we don't know the partition size so we are checking the entire output buffer so
     // we must initialize the buffers
-    memset(ref_dest, 0, sizeof(ref_dest));
-    memset(opt_dest, 0, sizeof(opt_dest));
+    memset(ref_dest, 0xCD, sizeof(ref_dest));
+    memset(opt_dest, 0xCD, sizeof(opt_dest));
 
     int j = 0;
 


More information about the x265-devel mailing list