X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Fwav.c;h=243fd4ca2d984451a8cf68e889e187a03a607c31;hb=7b365c47198890da8541a6daf04697c7c7ac88d4;hp=4f5744a7599d2841f98e958d38d11f7a398f3465;hpb=7dcaddd3f0df3a87dae252eb1f64f7b0e3997b8f;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