diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-24 09:54:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-24 09:54:03 +0100 |
| commit | e46870be9e7544d102b9612680b321fbf52c73f2 (patch) | |
| tree | 239548909916f9388e9ca8e259a7348738906e61 /src/types.h | |
| parent | 870b1613e1e6333db01185548574efb3277de060 (diff) | |
Add equality option for vertical subtitle position.v1.8.34
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 2 |
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; }; |
