Untested merge of master.
[dcpomatic.git] / src / lib / filter_graph.cc
index 045cbaa6a0ba504c6f4acda30adbaba711884e8e..a52c030fe549d475be012dbbf7788b2764f5d25d 100644 (file)
@@ -57,7 +57,7 @@ using libdcp::Size;
  *  @param s Size of the images to process.
  *  @param p Pixel format of the images to process.
  */
-FilterGraph::FilterGraph (shared_ptr<Film> film, FFmpegDecoder* decoder, libdcp::Size s, AVPixelFormat p)
+FilterGraph::FilterGraph (shared_ptr<const Film> film, FFmpegDecoder* decoder, libdcp::Size s, AVPixelFormat p)
        : _buffer_src_context (0)
        , _buffer_sink_context (0)
        , _size (s)