Re-analyse audio when DCP channel count changes (#1189).
[dcpomatic.git] / src / lib / empty.h
index 73548f72981c271721f4ef6d661b7e1f4be1bfb5..50f21fc4d5380edebda09c05fcfd58a15f8289f0 100644 (file)
@@ -35,7 +35,7 @@ class Empty
 {
 public:
        Empty () {}
-       Empty (std::list<boost::shared_ptr<Piece> > pieces, DCPTime length, boost::function<bool (boost::shared_ptr<Piece>)> part);
+       Empty (boost::shared_ptr<const Film> film, std::list<boost::shared_ptr<Piece> > pieces, boost::function<bool (boost::shared_ptr<Piece>)> part);
 
        DCPTime position () const {
                return _position;