summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-10-11 19:34:41 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-10-12 09:35:16 +1100
commitbc012ab7320412e7ce180e82fd4f8cd523382079 (patch)
tree708f2f1ce0cef3c69ea932b975bd0845c673ebc1
parentb5e61032bf4d0bce0df38de4dcdbdb71005a6dba (diff)
src/common.h : Increase SF_MAX_CHANNELS from 256 to 1024.
Closes: https://github.com/erikd/libsndfile/issues/78
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 5c15c26..63ed532 100644
--- a/src/common.h
+++ b/src/common.h
@@ -112,7 +112,7 @@
#define COMPILE_TIME_ASSERT(e) (sizeof (struct { int : - !! (e) ; }))
-#define SF_MAX_CHANNELS 256
+#define SF_MAX_CHANNELS 1024
/*