A few more fixes; set up Playlist as required.
[dcpomatic.git] / src / lib / delay_line.h
index fa2870ae76cd4c4252d9c2489804fece215408fe..c51784f353ab7edbbdcd373f6bcb42da5957bf8c 100644 (file)
@@ -26,10 +26,9 @@ class AudioBuffers;
 class DelayLine : public AudioProcessor
 {
 public:
-       DelayLine (Log* log, int channels, int frames);
+       DelayLine (boost::shared_ptr<Log> log, int channels, int frames);
        
        void process_audio (boost::shared_ptr<AudioBuffers>);
-       void process_end ();
 
 private:
        boost::shared_ptr<AudioBuffers> _buffers;