Add some hints for violations of SMPTE Bv2.1 with subtitles and closed
[dcpomatic.git] / src / lib / util.h
index 91ce4b443aa202bc01ba1ebe2089552541a21a26..548dd0475ff5f790fae8ea322755f4adb9da07dd 100644 (file)
@@ -62,9 +62,9 @@ namespace dcp {
 /** Largest KDM size (in bytes) that will be accepted */
 #define MAX_KDM_SIZE (256 * 1024)
 /** Number of lines that closed caption viewers will display */
-#define CLOSED_CAPTION_LINES 3
+#define MAX_CLOSED_CAPTION_LINES 3
 /** Maximum line length of closed caption viewers, according to SMPTE Bv2.1 */
-#define CLOSED_CAPTION_LENGTH 32
+#define MAX_CLOSED_CAPTION_LENGTH 32
 
 extern std::string program_name;
 extern bool is_batch_converter;