private: set min quantum to 32

Going as low as 32 is possible now with the better clock rate
estimation.
This commit is contained in:
Wim Taymans 2019-04-25 13:04:44 +02:00
parent be5e79831c
commit 9ec3e3ab6d
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ extern "C" {
#endif
#define DEFAULT_QUANTUM 1024u
#define MIN_QUANTUM 64u
#define MIN_QUANTUM 32u
#define MAX_PARAMS 32