summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-12 12:35:07 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-12 13:12:48 +0200
commitc871f79f49087582c6ea7a42e79fd5fd3968bf00 (patch)
tree53a194dc5753493e2c5b90e4b9bf2000dcc962fb /src/verify.h
parent25b9ff016477a8fda6f0368235275b92dda90c93 (diff)
Add a note when verifying if the DCP refers to assets
that are not mentioned in its ASSETMAP (i.e. a VF).
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 405c6b09..87d52d44 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -87,6 +87,8 @@ public:
PICTURE_FRAME_TOO_LARGE,
/** The JPEG2000 data in at least one picture frame is larger than the equivalent of 230Mbit/s */
PICTURE_FRAME_NEARLY_TOO_LARGE,
+ /** An asset that the CPL requires is not in this DCP; the DCP may be a VF */
+ EXTERNAL_ASSET,
};
VerificationNote (Type type, Code code)