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/film.cc | |
| 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/film.cc')
| -rw-r--r-- | src/lib/film.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index e48b08f3b..c89d96584 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -994,6 +994,7 @@ Film::move_content_later (shared_ptr<Content> c) _playlist->move_later (c); } +/** @return length of the film from time 0 to the last thing on the playlist */ DCPTime Film::length () const { |
