Basic reading of Interop/SMPTE image subtitles with a test for Interop.
[libdcp.git] / src / subtitle_image.h
index c398ef78213f931b321ee307ad3274d9d1725a44..062df56b36aa09b02574cbbfe4347d76e78d687e 100644 (file)
@@ -82,6 +82,10 @@ public:
                return _png_image;
        }
 
+       void set_png_image (Data d) {
+               _png_image = d;
+       }
+
        std::string id () const {
                return _id;
        }