Another try at sorting out the thorny question of timing.
[dcpomatic.git] / src / lib / playlist.h
index 3a7ca73bf3dcf4f3e772c024ab41c8c92439e5b6..2d243fe8f0e84060b0ffa20b93a96d08fbf7af31 100644 (file)
 #include <list>
 #include <boost/shared_ptr.hpp>
 #include <boost/enable_shared_from_this.hpp>
-#include "video_source.h"
-#include "audio_source.h"
-#include "video_sink.h"
-#include "audio_sink.h"
 #include "ffmpeg_content.h"
 #include "audio_mapping.h"
 
@@ -77,7 +73,6 @@ public:
                return _content;
        }
 
-       std::string audio_digest () const;
        std::string video_digest () const;
 
        int loop () const {