Change previous to use WTF for SMPTE DCP audio.
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Sep 2016 00:03:28 +0000 (01:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Sep 2016 00:03:28 +0000 (01:03 +0100)
cscript
src/lib/reel_writer.cc

diff --git a/cscript b/cscript
index 566381904927be3ee29d636d1c9cdf5c148640d6..4e3939d7649f4b5b750b81b51725cbbe037cdbbb 100644 (file)
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
-            ('libdcp', 'fe83eb5'),
+            ('libdcp', '62da6ba'),
             ('libsub', '067c21c'))
 
 def configure_options(target):
index 1f9885e646b99cbc4a94f2e17ba220182cfc0091..d742818ae08849bfe81e191c3f922deb01a3b6c0 100644 (file)
@@ -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
                        );
        }
 }