Am Dienstag, den 13.01.2015, 12:41 +0100 schrieb Sebastian Ramacher: > Why wouldn't it? The binary only parses command line options and writing > stats files. Everything else is passed to the library. Also, note the > "Internal bit depth: 10" in the following output:
Hm, I was under the impression that x265_max_bit_depth was a constant that is set at build time to either 10 or 8 depending on the HIGH_BIT_DEPTH macro being #defined or not. And param->internalBitDepth is a symbol exported by the lib, right? So, how can the eqsuation be true for the 8-bit library (param->internalBitDepth = 8) and the frontend from the 10-bit build (x265_max_bit_depth = 10)? I am puzzled. - Fabian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org