diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-06 23:56:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | c8128908da7db78a920452f43b531383bb14c115 (patch) | |
| tree | e06a72e9b38ddbc0de1bc86d28af0fbd96977b6d /src/text_type.h | |
| parent | f037f1cc035a1e81b582cfaba6087e693cca9a26 (diff) | |
Support open captions and closed subtitles.
Diffstat (limited to 'src/text_type.h')
| -rw-r--r-- | src/text_type.h | 2 |
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 }; |
