summaryrefslogtreecommitdiff
path: root/src/text_type.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-08-06 23:56:38 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-17 12:57:31 +0200
commitc8128908da7db78a920452f43b531383bb14c115 (patch)
treee06a72e9b38ddbc0de1bc86d28af0fbd96977b6d /src/text_type.h
parentf037f1cc035a1e81b582cfaba6087e693cca9a26 (diff)
Support open captions and closed subtitles.
Diffstat (limited to 'src/text_type.h')
-rw-r--r--src/text_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text_type.h b/src/text_type.h
index 3f4f43c8..60065478 100644
--- a/src/text_type.h
+++ b/src/text_type.h
@@ -38,6 +38,8 @@ namespace dcp {
enum class TextType
{
OPEN_SUBTITLE,
+ OPEN_CAPTION,
+ CLOSED_SUBTITLE,
CLOSED_CAPTION
};