X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Fwav.c;h=243fd4ca2d984451a8cf68e889e187a03a607c31;hb=d9251a2c9f1ca4380c27240ccca90c9f9ed46d3f;hp=4f5744a7599d2841f98e958d38d11f7a398f3465;hpb=2ecc745ccb837fd990f3ef83e4aca74cffa948cc;p=libsigrok.git diff --git a/src/input/wav.c b/src/input/wav.c index 4f5744a7..243fd4ca 100644 --- a/src/input/wav.c +++ b/src/input/wav.c @@ -31,7 +31,7 @@ #define LOG_PREFIX "input/wav" /* How many bytes at a time to process and send to the session bus. */ -#define CHUNK_SIZE 4096 +#define CHUNK_SIZE 4096 /* Minimum size of header + 1 8-bit mono PCM sample. */ #define MIN_DATA_CHUNK_OFFSET 45