summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.cc b/src/dcp.cc
index 2fcdd193..09db9523 100644
--- a/src/dcp.cc
+++ b/src/dcp.cc
@@ -172,7 +172,7 @@ DCP::read (list<dcp::VerificationNote>* notes, bool ignore_incorrect_picture_mxf
}
/* Now we have:
- paths - files in the DCP that are not PKLs.
+ paths - map of files in the DCP that are not PKLs; key is ID, value is path.
_pkls - PKL objects for each PKL.
Read all the assets from the asset map.