Add equality option for vertical subtitle position.
[libdcp.git] / src / types.h
index 32f1bfc40a8bc9d74337fd50f509832040ef333f..a60193a49d75532b16744a2f5cfa35db6aed4f42 100644 (file)
@@ -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;
 };