Am Dienstag, den 13.01.2015, 13:34 +0100 schrieb Sebastian Ramacher: > Yes, x265_max_bit_depth is a constant defined in that way, but it is > exported by the library. So you get x265_max_bit_depth == 8 if you use > the 8 bit library and x265_max_bit_depth == 10 if you use the 10 bit > library.
Ah, I see. This is what happens in source/common/param.cpp:x265_param_default(): param->internalBitDepth = x265_max_bit_depth; Now it gets clear to me. ;) Thanks! Fabian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org