summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-04 23:18:25 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-04 23:18:25 +0100
commit76b74266dabbefef862e03cfb497db27b3b77c7b (patch)
treea847e6ebf559f4f013ec7179c5bf38007206d160 /src/lib/util.h
parentc9be8c4b27bc68b13706bd39a306b7238004cdd3 (diff)
Bump CLOSED_CAPTION_LENGTH to 32 as per SMPTE Bv2.1.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 28a6fd660..91ce4b443 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -63,8 +63,8 @@ namespace dcp {
#define MAX_KDM_SIZE (256 * 1024)
/** Number of lines that closed caption viewers will display */
#define CLOSED_CAPTION_LINES 3
-/** Maximum line length of closed caption viewers */
-#define CLOSED_CAPTION_LENGTH 30
+/** Maximum line length of closed caption viewers, according to SMPTE Bv2.1 */
+#define CLOSED_CAPTION_LENGTH 32
extern std::string program_name;
extern bool is_batch_converter;