diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-06 12:25:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-20 10:22:55 +0200 |
| commit | 9726a58f44d52d235b027225ddd68c6acf83c733 (patch) | |
| tree | 4616ea2ccfc9793cb08a752678e7c537a858815d /src/lib/dcp_subtitle_decoder.h | |
| parent | d70f755dde2812bf2311e2ce09563af1b5334d03 (diff) | |
Handle vertical alignment of subs correctly wrt the difference between Interop and SMPTE.
Diffstat (limited to 'src/lib/dcp_subtitle_decoder.h')
| -rw-r--r-- | src/lib/dcp_subtitle_decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index 16f89b530..3eed4ad24 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -42,4 +42,6 @@ private: std::vector<std::shared_ptr<const dcp::Subtitle>> _subtitles; std::vector<std::shared_ptr<const dcp::Subtitle>>::const_iterator _next; + + dcp::Standard _standard; }; |
