Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg
[dcpomatic.git] / src / lib / spl.h
index 526016f458fc7e61bef1c4225966947b82236c81..25e8ac4c5db29a77f147d2a94c07f4552442e6d9 100644 (file)
 #ifndef DCPOMATIC_SPL_H
 #define DCPOMATIC_SPL_H
 
+#include "spl_entry.h"
 #include <boost/filesystem.hpp>
 
-class SPLEntry;
 
 class SPL
 {
 public:
+       SPL () {}
+       SPL (boost::filesystem::path file);
+
        void as_xml (boost::filesystem::path file) const;
 
        std::string name;