Use new channel 14 ATMOS sync creation code in libdcp,
[dcpomatic.git] / src / lib / film.cc
index 1a9e552fe394f73f14480ad0e18eb8e757866775..cf7d04933f47dffafab2e56dbda3479c0ebb421a 100644 (file)
@@ -1270,6 +1270,10 @@ Film::add_content (shared_ptr<Content> c)
        _playlist->add (shared_from_this(), c);
 
        maybe_set_container_and_resolution ();
+       if (c->atmos) {
+               set_audio_channels (14);
+               set_interop (false);
+       }
 }