marcusdoc
Results
2
issues of
marcusdoc
``` 18:33:46 ┌ libplacebo git ........................... [Recently updated] 18:35:27 ├ Running meson... 18:35:36 ├ Running build... 18:35:43 ├ Running install... 18:35:44 ├ Stripping... 18:35:44 └ libplacebo-git .................................... [Updated] 18:35:58 Running...
To compile Kvazaar to handle 10 bit encoding, from what I can determine one just needs to change within src/kvazaar.h `#define KVZ_BIT_DEPTH 8` to `#define KVZ_BIT_DEPTH 10` is this correct?