diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-18 23:54:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-18 23:54:23 +0100 |
| commit | 19988f49c34b6f420da5a7014fc7c205e8e895a2 (patch) | |
| tree | ac55a92358daa0acfdb20c40d923e59893c1b173 /src/lib/dcp_decoder.h | |
| parent | 5c4d1e131d516683925cb543913c6182a3de0506 (diff) | |
Pre-roll subtitles when accurate seeking in DCPs to avoid disappearing subs on frame-advance (and in other cases).
Diffstat (limited to 'src/lib/dcp_decoder.h')
| -rw-r--r-- | src/lib/dcp_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 6ec9de684..7238f3bb2 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -56,6 +56,7 @@ private: void next_reel (); void get_readers (); + void pass_subtitles (ContentTime next); /** Time of next thing to return from pass relative to the start of _reel */ ContentTime _next; |
