diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-04 17:24:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:56:50 +0200 |
| commit | acee88762b4588c746f93dec3f210283589bb2fc (patch) | |
| tree | 42cb818a671fb90f070d1076a396d1682ce5454c /src/lib/util.cc | |
| parent | 84f34d497d26270753a76fb323231f4ece9ff18d (diff) | |
Support CPL metadata.cpl-metadata
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 7824e7fed..32deac2e8 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -833,6 +833,7 @@ audio_channel_types (list<int> mapped, int channels) break; case dcp::HI: case dcp::VI: + case dcp::MOTION_DATA: case dcp::SYNC_SIGNAL: case dcp::SIGN_LANGUAGE: case dcp::UNUSED: |
