diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-08 01:10:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 10:21:14 +0100 |
| commit | d22e839b94af048bdeaba61e427bcd2f07b4a3ee (patch) | |
| tree | 18f37e00d1a5a64c0426588fa530bcffb14e66a3 /src/lib/playlist.h | |
| parent | 4704d088ae03ab2b5f73ceed577fd84935ad0640 (diff) | |
Fix analysis of audio when the subject is later in the playlist than
some other long piece of content. Small optimisation to AudioBuffers
to extend size logarithmically.
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 d9c035ac7..76055bea0 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -58,6 +58,7 @@ public: std::string video_identifier () const; DCPTime length () const; + boost::optional<DCPTime> start () const; int best_dcp_frame_rate () const; DCPTime video_end () const; |
