swaroop: restart playback after player crash.
[dcpomatic.git] / src / lib / spl.h
index 526016f458fc7e61bef1c4225966947b82236c81..5e1bd47b2acdeaf5a6a35d3fe5ec887f73ec2c62 100644 (file)
@@ -28,6 +28,9 @@ class SPLEntry;
 class SPL
 {
 public:
+       SPL () {}
+       SPL (boost::filesystem::path file);
+
        void as_xml (boost::filesystem::path file) const;
 
        std::string name;