summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-16 23:31:46 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-17 20:38:24 +0200
commit0a43629951e517d95ec791a361e7c7fa9c56d6cb (patch)
treecdcf0b6b7e3086d4822e69e3659637e64903eb04 /cscript
parentb5d1482ab0ca0808f0da5c14bfd2cf30c8d58498 (diff)
Make sure 2-channel MXFs don't get extra channel descriptors (#2631).
With all the EasyDCP tests done in bug #2487 we didn't look at stereo MXFs as it appeared fairly early on that EasyDCP would reject them all. In #2631 it's pointed out that it seems to make no sense to have descriptors for channels which aren't there. I've still got no docs for any of this, but let's try fixing that.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5edc3b8c4..be61c5330 100644
--- a/cscript
+++ b/cscript
@@ -508,7 +508,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.85'))
+ deps.append(('libdcp', 'v1.8.86'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))