diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-15 20:14:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-15 20:14:55 +0100 |
| commit | e3fa86ef35f212b14b593dd36dbff66e845d37e4 (patch) | |
| tree | c5d6ed58fc19b0fcd08c02a67df66d7023337728 /src/types.h | |
| parent | 24ba38ed1d695a67aebc8a6084444345787112f9 (diff) | |
Simple pass-through of <Ruby> tags in subtitles.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index bcb6da5b..183ce638 100644 --- a/src/types.h +++ b/src/types.h @@ -277,6 +277,11 @@ constexpr float ALIGN_EPSILON = 1e-3; constexpr float SPACE_BEFORE_EPSILON = 1e-3; +constexpr float SIZE_EPSILON = 1e-3; +constexpr float OFFSET_EPSILON = 1e-3; +constexpr float SPACING_EPSILON = 1e-3; + + enum class Marker { FFOC, ///< first frame of composition LFOC, ///< last frame of composition |
