Skip to content

Commit 9f22692

Browse files
committed
version: today, our max supported input bit depth is 10
1 parent 262caf7 commit 9f22692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/common/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
#if HIGH_BIT_DEPTH
7777
#define BITDEPTH "16bpp"
78-
const int x265_max_bit_depth = 12;
78+
const int x265_max_bit_depth = 10;
7979
#else
8080
#define BITDEPTH "8bpp"
8181
const int x265_max_bit_depth = 8;

0 commit comments

Comments
 (0)