summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-12 12:33:48 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-12 12:33:48 +0200
commitcd1d24433c91cb0b8a35155c87441405c48cfa9a (patch)
treedb13bdd06e0b30da2f43ba3e91cd69b84aaa700c /src
parent1b7394d83f64a8655787d82189c3170a2128c16b (diff)
Improve comment.
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.