Various fixes to make audio analysis sort-of work.
[dcpomatic.git] / src / lib / writer.cc
index e9f7ab582a8ed95b489859288e46f7cb11d63478..35874581b62d829b74d9b1399f6fce36a20ee620 100644 (file)
@@ -48,7 +48,7 @@ using boost::shared_ptr;
 
 int const Writer::_maximum_frames_in_memory = 8;
 
-Writer::Writer (shared_ptr<Film> f, shared_ptr<Job> j)
+Writer::Writer (shared_ptr<const Film> f, shared_ptr<Job> j)
        : _film (f)
        , _job (j)
        , _first_nonexistant_frame (0)