sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
* more channels id *.dat files
@ 2023-02-10  8:39 Jan Stary
  0 siblings, 0 replies; only message in thread
From: Jan Stary @ 2023-02-10  8:39 UTC (permalink / raw)
  To: sox-devel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-10  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10  8:39 more channels id *.dat files Jan Stary

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).