mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Disable output of debug stats.
This commit is contained in:
parent
98768061db
commit
36ffdcaf3f
|
@ -103,9 +103,9 @@
|
||||||
|
|
||||||
typedef int16_t coeff_t;
|
typedef int16_t coeff_t;
|
||||||
|
|
||||||
#define VERBOSE 1
|
//#define VERBOSE 1
|
||||||
#define KVZ_DEBUG_PRINT_CABAC 1
|
//#define KVZ_DEBUG_PRINT_CABAC 1
|
||||||
#define KVZ_DEBUG 1
|
//#define KVZ_DEBUG 1
|
||||||
|
|
||||||
/* CONFIG VARIABLES */
|
/* CONFIG VARIABLES */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue