summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 32f1bfc4..a60193a4 100644
--- a/src/types.h
+++ b/src/types.h
@@ -259,6 +259,8 @@ struct EqualityOptions
bool keep_going = false;
/** true to save the first pair of differeng image subtitles to the current working directory */
bool export_differing_subtitles = false;
+ /** The maximum allowable absolute difference between the vertical position of subtitles */
+ float max_subtitle_vertical_position_error = 0;
};