Apply patch #2958077. Fix incorrect FPS interpolation in ListImporter.
[synfig.git] / synfig-core / src / modules / mod_libavcodec / mptr.cpp
index 4c9bfb8..6b59cda 100644 (file)
@@ -64,7 +64,7 @@ Importer_LibAVCodec::~Importer_LibAVCodec()
 }
 
 bool
-Importer_LibAVCodec::get_frame(synfig::Surface &/*surface*/,Time, synfig::ProgressCallback */*cb*/)
+Importer_LibAVCodec::get_frame(synfig::Surface &/*surface*/, const synfig::RendDesc &renddesc, Time, synfig::ProgressCallback */*cb*/)
 {
        return false;
 }