summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-09 22:51:30 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-09 22:51:30 +0100
commit9579bfdec2fab28fc221e397cf848a08e48f6840 (patch)
treec05ccf3061815c81f9496edfd2b03e9752edd4f4 /src/lib/util.h
parentcb88e67a861161c49d350cbdc7d5006bbd94ffa1 (diff)
MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 0bbab8305..473c90239 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -48,8 +48,8 @@ extern "C" {
#undef check
-/** The maximum number of audio channels that we can cope with */
-#define MAX_AUDIO_CHANNELS 12
+/** The maximum number of audio channels that we can have in a DCP */
+#define MAX_DCP_AUDIO_CHANNELS 12
#define DCPOMATIC_HELLO "Boys, you gotta learn not to talk to nuns that way"