diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-27 18:59:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-27 18:59:43 +0100 |
| commit | a4642b6463430175d0f4e1ca284a4bf08bcf4de9 (patch) | |
| tree | 55bcf5cd135ea88a8fedc6931c6a33c4a90b0112 /src/lib/playlist.h | |
| parent | 951a81dbb75db9850ee0226f74a575af7335a576 (diff) | |
Fix multiple video adds to be consecutive.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index aff6017fa..f75b4ba63 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */ - /* Copyright (C) 2013 Carl Hetherington <cth@carlh.net> @@ -85,6 +83,7 @@ public: Time length () const; int best_dcp_frame_rate () const; + Time video_end () const; mutable boost::signals2::signal<void ()> Changed; mutable boost::signals2::signal<void (boost::weak_ptr<Content>, int)> ContentChanged; |
