This is a trivial fix of
https://sourceforge.net/p/sox/bugs/359/
- increase LINEWIDTH to hold more channels

git branch here if it's easier
https://sourceforge.net/u/janstary/sox/ci/dat/tree/
but it's just the one line.

        Jan


diff --git a/src/dat.c b/src/dat.c
index b014f234..075fe2e1 100644
--- a/src/dat.c
+++ b/src/dat.c
@@ -12,7 +12,7 @@
 #include "sox_i.h"
 #include <string.h>
 
-#define LINEWIDTH (size_t)256
+#define LINEWIDTH (size_t)1024
 
 /* Private data for dat file */
 typedef struct {



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to