Spot repeated frames from single-image sources and optimise encoding.
[dcpomatic.git] / src / lib / player_video.h
index 74e05d1e91b46ea654b31148f7439576d0c065e1..59894a22780b6bbe36c3286cc0859087f0cdf1f3 100644 (file)
@@ -70,6 +70,8 @@ public:
                return _inter_size;
        }
 
+       bool same (boost::shared_ptr<const PlayerVideo> other) const;
+
 private:
        boost::shared_ptr<const ImageProxy> _in;
        DCPTime _time;