diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-21 16:57:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | de2af791bdfdcd653752cba970e59efc7bf810c7 (patch) | |
| tree | 1aa5dbc35daee0babd0def347944a6bea4154deb /src/lib/analyse_audio_job.h | |
| parent | 06152300e69e8faca44ff8d7f12a6fd354848b9a (diff) | |
Basic grunt-work, untested and unfinished, but it compiles.
Diffstat (limited to 'src/lib/analyse_audio_job.h')
| -rw-r--r-- | src/lib/analyse_audio_job.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/analyse_audio_job.h b/src/lib/analyse_audio_job.h index ee20bedc4..7e5ea4719 100644 --- a/src/lib/analyse_audio_job.h +++ b/src/lib/analyse_audio_job.h @@ -25,6 +25,7 @@ #include "job.h" #include "audio_point.h" #include "types.h" +#include "dcpomatic_time.h" class AudioBuffers; class AudioAnalysis; @@ -55,7 +56,7 @@ public: } private: - void analyse (boost::shared_ptr<const AudioBuffers>); + void analyse (boost::shared_ptr<const AudioBuffers>, DCPTime time); boost::shared_ptr<const Playlist> _playlist; |
