From 323b8cbb0b95297fbd027ffdc4ea5003b59ef25f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 18 Nov 2022 10:56:42 +0100 Subject: Fix subtitle vertical position (#2367). Previously we would not account for the differences in what vertical position means between Interop and SMPTE. For interop, vertical position is the distance from the reference point to the text baseline, whereas for SMPTE it is the distance from the reference point to the top/middle/bottom of the subtitle (depending on the reference). This caused differences between the preview and the DCP for some cases (notably, using SRT/SSA and making Interop DCPs, or converting Interop DCP subs to SMPTE, or vice versa). --- test/data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data') diff --git a/test/data b/test/data index 92d2787d6..ef2374f03 160000 --- a/test/data +++ b/test/data @@ -1 +1 @@ -Subproject commit 92d2787d602701d5faf53f0ab7430f62bec09166 +Subproject commit ef2374f03fbd715883da46bb3cb011befa116154 -- cgit v1.2.3