Go back to respecting the user's choice for the number of audio channels in the MXF.
[dcpomatic.git] / src / lib / reel_writer.cc
index e8db82fbb26976424fbbab26ef375a6d7ad1f22c..7c0c9188acca116074081c9b8e1d92004aeca589 100644 (file)
@@ -179,8 +179,7 @@ ReelWriter::ReelWriter (
                _sound_asset = make_shared<dcp::SoundAsset> (
                        dcp::Fraction(film()->video_frame_rate(), 1),
                        film()->audio_frame_rate(),
-                       /* Always make 16-channel sound assets for SMPTE; libdcp will pad unused channels for us */
-                       standard == dcp::Standard::SMPTE ? MAX_DCP_AUDIO_CHANNELS : film()->audio_channels(),
+                       film()->audio_channels(),
                        lang ? *lang : dcp::LanguageTag("en-US"),
                        standard
                        );