diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-27 20:28:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-27 20:28:26 +0000 |
| commit | 84cab4dbc3beba84ba53cec1054ede7c250a4c9c (patch) | |
| tree | 9f78d4b375e4aaa941610311a3a856e8d12b4481 /src/lib/writer.h | |
| parent | aec8cf0f4f2a3e0913804a60695662973c21d5c3 (diff) | |
Fix reel that subtitles are put in when they are exactly on a reel boundary.
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 28e243c35..5c974f0f3 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -95,6 +95,7 @@ public: void write (Data, Frame, Eyes); void fake_write (Frame, Eyes); + bool can_repeat (Frame) const; void repeat (Frame, Eyes); void write (boost::shared_ptr<const AudioBuffers>); void write (PlayerSubtitles subs); |
