diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-28 23:35:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-28 23:35:25 +0200 |
| commit | 78b2c650a9249cb7165d269b4378391d31e68e8b (patch) | |
| tree | 6a02f0528a36aeb332f57fbbeb5eba0e6f878e54 /cscript | |
| parent | 5c318bb706e34333831a7c839e6fb1c3d042533f (diff) | |
Report the number of active channels in DCPs, not the number in the MXF.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -480,7 +480,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.70')) + deps.append(('libdcp', 'v1.8.72')) deps.append(('libsub', 'v1.6.44')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76')) |
