Various fixes to make audio analysis sort-of work.
[dcpomatic.git] / src / lib / encoder.cc
index 4dff19ea6dbd8bc93f0fd7573c77cc206e6768e5..8b2db0eb3113767594264b6ca8367e2022bbbe8b 100644 (file)
@@ -47,7 +47,7 @@ using boost::optional;
 int const Encoder::_history_size = 25;
 
 /** @param f Film that we are encoding */
-Encoder::Encoder (shared_ptr<Film> f, shared_ptr<Job> j)
+Encoder::Encoder (shared_ptr<const Film> f, shared_ptr<Job> j)
        : _film (f)
        , _job (j)
        , _video_frames_out (0)