summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify.h b/src/verify.h
index 8eb5aa12..24a9e671 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -85,9 +85,9 @@ public:
/** An asset's Duration is less than 1 second */
DURATION_TOO_SMALL,
/** The JPEG2000 data in at least one picture frame is larger than the equivalent of 250Mbit/s */
- PICTURE_FRAME_TOO_LARGE,
+ PICTURE_FRAME_TOO_LARGE_IN_BYTES,
/** The JPEG2000 data in at least one picture frame is larger than the equivalent of 230Mbit/s */
- PICTURE_FRAME_NEARLY_TOO_LARGE,
+ PICTURE_FRAME_NEARLY_TOO_LARGE_IN_BYTES,
/** 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] */