diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-09 01:03:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-09 01:03:28 +0100 |
| commit | 80ce3f0bfcc13a403b22c888c28bcee10f125ece (patch) | |
| tree | 1239de0eecbf2e29e46339fde06b9e3f93ad0984 /src/lib | |
| parent | d1108717fd7ba97a0d699331bddbef98bddfc53c (diff) | |
Change previous to use WTF for SMPTE DCP audio.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/reel_writer.cc | 6 |
1 files changed, 1 insertions, 5 deletions
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 ); } } |
