diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-16 23:31:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-17 20:38:24 +0200 |
| commit | 0a43629951e517d95ec791a361e7c7fa9c56d6cb (patch) | |
| tree | cdcf0b6b7e3086d4822e69e3659637e64903eb04 /cscript | |
| parent | b5d1482ab0ca0808f0da5c14bfd2cf30c8d58498 (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-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |
