summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index caa28dd5..be9ba1b3 100644
--- a/src/types.h
+++ b/src/types.h
@@ -349,6 +349,12 @@ constexpr float ASPECT_ADJUST_EPSILON = 1e-3;
constexpr float ALIGN_EPSILON = 1e-3;
+/** Maximum absolute difference between dcp::SubtitleString space_before values that
+ * are considered equal.
+ */
+constexpr float SPACE_BEFORE_EPSILON = 1e-3;
+
+
enum class Marker {
FFOC, ///< first frame of composition
LFOC, ///< last frame of composition