diff options
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
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) |
