X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_video.h;h=59894a22780b6bbe36c3286cc0859087f0cdf1f3;hb=88065ad7e9070c7c6a0f9b15202c392084e9e8ba;hp=74e05d1e91b46ea654b31148f7439576d0c065e1;hpb=f4030653da8f5a0b3daebe640f485b3daf9ef091;p=dcpomatic.git diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 74e05d1e9..59894a227 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -70,6 +70,8 @@ public: return _inter_size; } + bool same (boost::shared_ptr other) const; + private: boost::shared_ptr _in; DCPTime _time;