From 8bc480da2db924349465dbe557f87bd6f05b7fdd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 Oct 2021 22:18:59 +0200 Subject: Basic implementation of tag in subtitles. --- src/types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/types.h') 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 -- cgit v1.2.3