A few new bits.
[libdcp.git] / tools / dcpkdm.cc
index 1e35803f4edabe0bd375362c09e5c15dc914d6f0..7ea2df5b3959473bbc2df73daed4b2f2f1029f7f 100644 (file)
@@ -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";
                                }