diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-24 21:29:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-24 21:40:21 +0200 |
| commit | a5a92e294e2c4fac704d488b7b6c164b9a6fee88 (patch) | |
| tree | c7104bae5cd2a7e39ecb00e1bbbc65782facfc14 /src | |
| parent | 898b2d2a91ae6cf284695813cdc6011526fbc24c (diff) | |
Fix some incorrect comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -145,8 +145,8 @@ public: * @param standand INTEROP or SMPTE * @param issuer Value for the PKL and AssetMap <Issuer> tags * @param creator Value for the PKL and AssetMap <Creator> tags - * @param issue_date Value for the CPL <IssueDate> tags - * @param annotation_text Value for the CPL <AnnotationText> tags + * @param issue_date Value for the PKL and AssetMap <IssueDate> tags + * @param annotation_text Value for the PKL and AssetMap <AnnotationText> tags * @param signer Signer to use * @param name_format Name format to use for the CPL and PKL filenames */ |
