Clean up a bit by using Content::film() more.
[dcpomatic.git] / src / lib / playlist.h
index 3829d6f31e9254367b006823aa44f8f000d477fe..76055bea0341c6ac2c831a11c0cf417de91fce5a 100644 (file)
 #ifndef DCPOMATIC_PLAYLIST_H
 #define DCPOMATIC_PLAYLIST_H
 
-#include "ffmpeg_content.h"
-#include "audio_mapping.h"
 #include "util.h"
 #include "frame_rate_change.h"
+#include <libcxml/cxml.h>
 #include <boost/shared_ptr.hpp>
-#include <boost/enable_shared_from_this.hpp>
+#include <boost/signals2.hpp>
 #include <list>
 
-class Content;
-class FFmpegContent;
-class FFmpegDecoder;
-class StillImageMagickContent;
-class StillImageMagickDecoder;
-class SndfileContent;
-class SndfileDecoder;
-class Job;
 class Film;
-class Region;
 
 struct ContentSorter
 {
@@ -68,6 +58,7 @@ public:
        std::string video_identifier () const;
 
        DCPTime length () const;
+       boost::optional<DCPTime> start () const;
 
        int best_dcp_frame_rate () const;
        DCPTime video_end () const;