From 5e7ec41119961114a9b4df90d1c9ced580667f54 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 Dec 2022 00:51:56 +0100 Subject: Support the 2014 version of SMPTE 428-7 in render_text.cc and use it when placing subtitles (e.g. SRT). Also default to outputting 2014-era alignment. --- src/lib/dcp_subtitle_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/dcp_subtitle_decoder.h') diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index 3eed4ad24..45a4999dd 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -43,5 +43,5 @@ private: std::vector> _subtitles; std::vector>::const_iterator _next; - dcp::Standard _standard; + dcp::SubtitleStandard _subtitle_standard; }; -- cgit v1.2.3