pulse-server: remove MIN_BLOCK

It is not really used and minreq is good enough
This commit is contained in:
Wim Taymans 2021-02-23 12:29:39 +01:00
parent ab45b16a05
commit 8712cfb6a1
2 changed files with 3 additions and 6 deletions

View file

@ -47,7 +47,6 @@
#define MIN_BUFFERS 8u
#define MAX_BUFFERS 64u
#define MIN_BLOCK 64u
#define MIN_SAMPLES 32u
#define MIN_USEC (MIN_SAMPLES * SPA_USEC_PER_SEC / 48000u)