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 4b4442e4..0140066e 100644 --- a/src/verify.h +++ b/src/verify.h @@ -90,6 +90,8 @@ public: PICTURE_FRAME_NEARLY_TOO_LARGE, /** An asset that the CPL requires is not in this DCP; the DCP may be a VF */ EXTERNAL_ASSET, + /** DCP is Interop, not SMPTE [Bv2.1_6.1] */ + NOT_SMPTE, }; VerificationNote (Type type, Code code) |
