[x265-commits] [x265] test: bump pixel depth to 12 for HIGH_BIT_DEPTH builds

Steve Borho steve at borho.org
Wed Nov 20 21:44:55 CET 2013


details:   http://hg.videolan.org/x265/rev/1561d1f1d1da
branches:  
changeset: 5207:1561d1f1d1da
user:      Steve Borho <steve at borho.org>
date:      Wed Nov 20 14:44:35 2013 -0600
description:
test: bump pixel depth to 12 for HIGH_BIT_DEPTH builds

diffstat:

 source/test/testbench.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f7590776c5b2 -r 1561d1f1d1da source/test/testbench.cpp
--- a/source/test/testbench.cpp	Wed Nov 20 14:42:59 2013 -0600
+++ b/source/test/testbench.cpp	Wed Nov 20 14:44:35 2013 -0600
@@ -74,7 +74,7 @@ int main(int argc, char *argv[])
         }
     }
 #if HIGH_BIT_DEPTH
-    g_bitDepth = 10;
+    g_bitDepth = 12;
 #endif
 
     int seed = (int)time(NULL);


More information about the x265-commits mailing list