Extend maximum DCP audio channels to 16.
[dcpomatic.git] / src / lib / util.h
index 143874c3b9431d804fae72babe070dc692d68bb4..5cfdae5f9b0b2b7fb09046cf79c029f2d6dd05ba 100644 (file)
@@ -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 */