Default to writing 8 audio channels in DCPs (#2443).
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2023 09:09:46 +0000 (11:09 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Aug 2023 20:05:03 +0000 (22:05 +0200)
commite8749cfcef2b9434377e73c66a79755691ebc064
tree9eec3c649173a63d9ba667d840911724fefe137b
parent02d4493e593d567b210cd7f2b98d33a345867d1d
Default to writing 8 audio channels in DCPs (#2443).

It seems likely that 8 channels is slightly less likely to trip validation
warnings from some distributors, and so it seems worth accepting the potential
waste of 2 channels.  Users can always set this back to 6 again (once,
and it will be saved) and those upgrading from old versions won't be affected
anyway.
src/lib/config.cc
test/film_metadata_test.cc