diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-22 00:41:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-22 00:41:03 +0100 |
| commit | dea824f6ff41384a5e17e23de5434cf84eccff29 (patch) | |
| tree | a40207882d506417cb5f456135b9ba4394535d00 /src/lib/types.h | |
| parent | 9cbe57dda759fccfa9dec8a0820114d7d8583a36 (diff) | |
Display only required tabs, including subs / ccap.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index b2bff78fa..6a05f66c9 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -147,6 +147,7 @@ enum CaptionType }; extern std::string caption_type_to_string (CaptionType t); +extern std::string caption_type_to_name (CaptionType t); extern CaptionType string_to_caption_type (std::string s); /** @struct Crop |
