diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-12 12:33:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-12 12:33:48 +0200 |
| commit | cd1d24433c91cb0b8a35155c87441405c48cfa9a (patch) | |
| tree | db13bdd06e0b30da2f43ba3e91cd69b84aaa700c /src | |
| parent | 1b7394d83f64a8655787d82189c3170a2128c16b (diff) | |
Improve comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
