Move ScopeGuard into libdcp.
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index 10d060707588be939ba20925c4a2d41b6035bea1..4747929b594571caf08775d5baea04c2a2261639 100644 (file)
@@ -77,6 +77,8 @@ public:
 
        boost::optional<int> bits_per_pixel () const;
 
+       bool has_alpha() const;
+
        boost::optional<double> rotation () const {
                return _rotation;
        }