Simple pass-through of <Ruby> tags in subtitles.
[libdcp.git] / src / types.h
index bcb6da5b91cbd567f94e61c4290f95d08678487d..183ce6383e6cc0f440977bf8e61e180c2a369b99 100644 (file)
@@ -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