summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-15 20:14:55 +0100
committerCarl Hetherington <cth@carlh.net>2023-11-15 20:14:55 +0100
commite3fa86ef35f212b14b593dd36dbff66e845d37e4 (patch)
treec5d6ed58fc19b0fcd08c02a67df66d7023337728 /src/types.h
parent24ba38ed1d695a67aebc8a6084444345787112f9 (diff)
Simple pass-through of <Ruby> tags in subtitles.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h5
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