A few fixes; try to support sndfile audio in player.
[dcpomatic.git] / src / lib / combiner.h
index 7fad1aeae84d44a486bb1d2b09b680274669e5c0..68026eaff7eec0814f7017f140ac1c8b8ed12095 100644 (file)
@@ -31,7 +31,7 @@
 class Combiner : public VideoProcessor
 {
 public:
-       Combiner (Log* log);
+       Combiner (boost::shared_ptr<Log> log);
 
        void process_video (boost::shared_ptr<Image> i, bool, boost::shared_ptr<Subtitle> s);
        void process_video_b (boost::shared_ptr<Image> i, bool, boost::shared_ptr<Subtitle> s);