diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-07 00:21:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 09:29:59 +0200 |
| commit | 49bc592d53d451ab59a8ae6f3ec74126571fb60a (patch) | |
| tree | c53c56d75c2a5cccc105009a0e6a0c9fc3a1a651 /src/lib/audio_decoder.h | |
| parent | 1b998e92e4313e728389a39408bd67919649c5cb (diff) | |
WIP: more1771-resample-glitches-take4
Diffstat (limited to 'src/lib/audio_decoder.h')
| -rw-r--r-- | src/lib/audio_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index e5698c4f5..4cb2f17bf 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -52,7 +52,7 @@ public: AudioDecoder (Decoder* parent, std::shared_ptr<const AudioContent> content); boost::optional<dcpomatic::ContentTime> position (std::shared_ptr<const Film> film) const; - void emit (std::shared_ptr<const Film> film, AudioStreamPtr stream, std::shared_ptr<const AudioBuffers>, dcpomatic::ContentTime, bool time_already_delayed = false); + void emit (AudioStreamPtr stream, std::shared_ptr<const AudioBuffers>, dcpomatic::ContentTime, bool time_already_delayed = false); void seek (); void flush (); |
