Revert "Bump libdcp for new method."
[dcpomatic.git] / src / lib / ffmpeg_content.cc
index bc913a9ae280169dfba3e0ed7ac7fb7131149703..b5c5ce0a8a45e64da5d52aae6a4aa3aaf482fb91 100644 (file)
@@ -181,10 +181,10 @@ FFmpegContent::FFmpegContent (shared_ptr<const Film> film, vector<shared_ptr<Con
 }
 
 void
-FFmpegContent::as_xml (xmlpp::Node* node, bool with_paths) const
+FFmpegContent::as_xml (xmlpp::Node* node) const
 {
        node->add_child("Type")->add_child_text ("FFmpeg");
-       Content::as_xml (node, with_paths);
+       Content::as_xml (node);
 
        if (video) {
                video->as_xml (node);