summaryrefslogtreecommitdiff
path: root/tools/dcpkdm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dcpkdm.cc')
-rw-r--r--tools/dcpkdm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dcpkdm.cc b/tools/dcpkdm.cc
index 1e35803f..7ea2df5b 100644
--- a/tools/dcpkdm.cc
+++ b/tools/dcpkdm.cc
@@ -104,6 +104,7 @@ main (int argc, char* argv[])
cout << "\n";
cout << "\tID: " << i.id() << "\n";
cout << "\tStandard: " << (i.standard() == dcp::SMPTE ? "SMPTE" : "Interop") << "\n";
+ cout << "\tCPL ID: " << i.cpl_id() << "\n";
if (i.type()) {
cout << "\tType: " << i.type().get() << "\n";
}