diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-15 15:00:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-15 15:00:35 +0100 |
| commit | a00ebbc68438e84076c65e99d0e70403afb4407d (patch) | |
| tree | 6ee2f535eeb6b592c740e117d1f8f8657d6bcce8 /src/lib/delay_line.h | |
| parent | 665bc942f86bd7a8aeb2b38f3e9c2cb6662e6edc (diff) | |
| parent | 606b3f759238aa6c0d12de064b301bf36b428220 (diff) | |
Merge master.
Diffstat (limited to 'src/lib/delay_line.h')
| -rw-r--r-- | src/lib/delay_line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/delay_line.h b/src/lib/delay_line.h index a52fb981c..7a8b11c69 100644 --- a/src/lib/delay_line.h +++ b/src/lib/delay_line.h @@ -24,7 +24,7 @@ class DelayLine : public Processor, public TimedAudioSink, public TimedAudioSource, public TimedVideoSink, public TimedVideoSource { public: - DelayLine (Log* log, double); + DelayLine (boost::shared_ptr<Log> log, double); void process_video (boost::shared_ptr<Image>, bool, boost::shared_ptr<Subtitle>, double); void process_audio (boost::shared_ptr<AudioBuffers>, double); |
