Play PNG subtitles from DCPs; possibly not in the right scale.
[dcpomatic.git] / src / lib / image.h
index 73f2313c1a03f297c22960d5ba290aa83d927fb9..1869ca828fef65f6bedff70cd1105054e0d741ce 100644 (file)
@@ -44,6 +44,7 @@ public:
        Image (AVPixelFormat p, dcp::Size s, bool aligned, int extra_pixels = 0);
        explicit Image (AVFrame *);
        explicit Image (Image const &);
+       explicit Image (dcp::Data);
        Image (boost::shared_ptr<const Image>, bool);
        Image& operator= (Image const &);
        ~Image ();