Bug#775181: x265-10bit doesn't work

Fabian Greffrath fabian at greffrath.com
Tue Jan 13 12:28:26 UTC 2015


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



More information about the pkg-multimedia-maintainers mailing list