wip: got stuck... because PlayerVideo is related to the render size
[dcpomatic.git] / src / lib / pixel_quanta.h
index 37d2321f45b8474caeb777e2fe3cd4247f838b2a..46bfdffd0b7cd03c57fcf69f7544c525297e600e 100644 (file)
@@ -62,6 +62,8 @@ public:
 
 
 PixelQuanta max (PixelQuanta const& a, PixelQuanta const& b);
+bool operator==(PixelQuanta const& a, PixelQuanta const& b);
+bool operator!=(PixelQuanta const& a, PixelQuanta const& b);
 
 #endif