From 80ce3f0bfcc13a403b22c888c28bcee10f125ece Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Sep 2016 01:03:28 +0100 Subject: Change previous to use WTF for SMPTE DCP audio. --- src/lib/reel_writer.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index 1f9885e64..d742818ae 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -119,11 +119,7 @@ ReelWriter::ReelWriter ( */ _sound_asset_writer = _sound_asset->start_write ( _film->directory().get() / audio_asset_filename (_sound_asset, _reel_index, _reel_count, _content_summary), - _film->interop() ? dcp::INTEROP : dcp::SMPTE, - /* XXX: this could well be wrong, but it's better than nothing; the whole channel assignment - thing needs fixing. - */ - dcp::CHANNEL_ASSIGNMENT_71 + _film->interop() ? dcp::INTEROP : dcp::SMPTE ); } } -- cgit v1.2.3