Change end() to only do one thing, and copy the required stuff into pause()
[dcpomatic.git] / src / lib / dcp_video.h
index 67a2c9f4412e8b06dc5932a73ee66b574e9f8150..d07c8322b56a456de6ddd1417eca3bdcd3e960ee 100644 (file)
@@ -49,7 +49,6 @@ class PlayerVideo;
 class DCPVideo
 {
 public:
-       DCPVideo() : DCPVideo(nullptr, 0, 0, 0, Resolution::TWO_K) {}
        DCPVideo (std::shared_ptr<const PlayerVideo>, int index, int dcp_fps, int bandwidth, Resolution r);
        DCPVideo (std::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr);