diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-10 23:40:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-10 23:40:22 +0100 |
| commit | 31f9d8691ec467c7b7d977f1950dfbfa98ba73ac (patch) | |
| tree | ecc411e5fb3c1a27d6cf47c0963124593b4c68ea /src/lib/subtitle_decoder.cc | |
| parent | 6c31937d9be060d856306da4ae42847584d516bd (diff) | |
Missing setup of SubtitleDecoder position causing #1271 and probably other things.
Diffstat (limited to 'src/lib/subtitle_decoder.cc')
| -rw-r--r-- | src/lib/subtitle_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/subtitle_decoder.cc b/src/lib/subtitle_decoder.cc index 39c36415a..32cae6acc 100644 --- a/src/lib/subtitle_decoder.cc +++ b/src/lib/subtitle_decoder.cc @@ -61,6 +61,7 @@ void SubtitleDecoder::emit_image_start (ContentTime from, shared_ptr<Image> image, dcpomatic::Rect<double> rect) { ImageStart (ContentImageSubtitle (from, image, rect)); + _position = from; } void |
