diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-20 10:08:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-20 10:08:58 +0000 |
| commit | c2b2ab9718ec0b1b301b10036fc1bc9994c16920 (patch) | |
| tree | 289135ef3b58571f78c74a4fcd0843b475d9562c /src/lib/util.h | |
| parent | 9d5a3be3a160fd899b5f3c1a7d51140f3eaa6ee9 (diff) | |
Basic support for 7.1/HI/VI audio tracks.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 9bf139b82..ef29cc08f 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -49,7 +49,7 @@ extern "C" { #undef check /** The maximum number of audio channels that we can cope with */ -#define MAX_AUDIO_CHANNELS 6 +#define MAX_AUDIO_CHANNELS 8 #define DCPOMATIC_HELLO "Boys, you gotta learn not to talk to nuns that way" |
