Untested; extend CompactImage to return a AVPicture.
[dcpomatic.git] / src / lib / filter_graph.cc
index 1418384b85672235aa17cf6291d81ed588b08bdf..72bb8deb771107232bfbb1c198642a78b4d2a5af 100644 (file)
@@ -134,7 +134,7 @@ FilterGraph::FilterGraph (shared_ptr<Film> film, Decoder* decoder, bool crop, Si
 }
 
 list<shared_ptr<Image> >
-FilterGraph::process (AVFrame* frame)
+FilterGraph::process (AVFrame const * frame)
 {
        list<shared_ptr<Image> > images;