diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-14 23:38:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-14 23:38:45 +0100 |
| commit | a8b5ac47b89927eb2495dba71393a8a073967560 (patch) | |
| tree | a5b7c4462e55f2f6aec3627cac13c40ddd645578 /src/lib/playlist.h | |
| parent | dad4da12a92ea74d340409140bb293441eed9e31 (diff) | |
Resequence video (perhaps) on DCP video frame rate change.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index cf0f09b31..805df4d70 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -86,6 +86,7 @@ public: Time video_end () const; void set_sequence_video (bool); + void maybe_sequence_video (); mutable boost::signals2::signal<void ()> Changed; mutable boost::signals2::signal<void (boost::weak_ptr<Content>, int)> ContentChanged; |
