summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 8d29df6b..ba32e999 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -82,7 +82,11 @@ public:
/** An asset's IntrinsicDuration is less than 1 second */
INTRINSIC_DURATION_TOO_SMALL,
/** An asset's Duration is less than 1 second */
- DURATION_TOO_SMALL
+ DURATION_TOO_SMALL,
+ /** The JPEG2000 data in at least one picture frame is larger than the equivalent of 250Mbit/s */
+ PICTURE_FRAME_SIZE_TOO_LARGE,
+ /** The JPEG2000 data in at least one picture frame is larger than the equivalent of 230Mbit/s */
+ PICTURE_FRAME_SIZE_NEARLY_TOO_LARGE,
};
VerificationNote (Type type, Code code)