summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-12 22:07:15 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-12 22:07:15 +0000
commita9936a35fbae63311b1132e6283bf28db1d8c233 (patch)
treed5814fbce9525be860966838bf9f0a83e7cf1a2a /src/lib/util.h
parentad3e8cff006ccecdb44520f8cc8fd1eaa8daf755 (diff)
Extend maximum DCP audio channels to 16.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 143874c3b..5cfdae5f9 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -41,7 +41,7 @@ namespace dcp {
}
/** The maximum number of audio channels that we can have in a DCP */
-#define MAX_DCP_AUDIO_CHANNELS 12
+#define MAX_DCP_AUDIO_CHANNELS 16
/** Message broadcast to find possible encoding servers */
#define DCPOMATIC_HELLO "I mean really, Ray, it's used."
/** Number of films to keep in history */