diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-04 00:15:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | 3400e2d9ca9176289b581e72eac493909a0bbce1 (patch) | |
| tree | cd3e53b7c1baeed3992f4c36d25dea21128fbf91 /src/text_type.h | |
| parent | 54b46b7630c06044a121d70d9035384126f6e7b3 (diff) | |
Rename TextType::SUBTITLE -> OPEN_SUBTITLE and CAPTION -> CLOSED_CAPTION.
Diffstat (limited to 'src/text_type.h')
| -rw-r--r-- | src/text_type.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text_type.h b/src/text_type.h index daac36c8..3f4f43c8 100644 --- a/src/text_type.h +++ b/src/text_type.h @@ -37,8 +37,8 @@ namespace dcp { enum class TextType { - SUBTITLE, - CAPTION + OPEN_SUBTITLE, + CLOSED_CAPTION }; |
