diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-23 15:09:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-23 15:09:30 +0100 |
| commit | 9824173a79ce723068296b3a44499101408c24f2 (patch) | |
| tree | 35d679a7bb8c008c74ec965eb04d767eefe20629 /src/lib/playlist.h | |
| parent | d72aed1f6cfd2f3fcb2d8f0026ded1a6d30c6cb7 (diff) | |
Attempts to simplify black-filling logic in Player.
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 25dcda202..f8f51ac2d 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -57,6 +57,7 @@ public: ContentList content () const; bool video_content_at (DCPTime time) const; bool audio_content_at (DCPTime time) const; + boost::shared_ptr<Content> next_audio_content (DCPTime time) const; std::string video_identifier () const; |
