diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-09 02:30:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-09 02:30:18 +0100 |
| commit | 7bb241e6857f5f3614fd3b8722d545e85a6b6316 (patch) | |
| tree | 9d90112ec5f380560d9cc44db1503c0083d6f996 /src/subtitle_image.h | |
| parent | 5da3dca64c9d0398a5507688a230f4a9bf7dc9cb (diff) | |
Basic reading of Interop/SMPTE image subtitles with a test for Interop.
Diffstat (limited to 'src/subtitle_image.h')
| -rw-r--r-- | src/subtitle_image.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/subtitle_image.h b/src/subtitle_image.h index c398ef78..062df56b 100644 --- a/src/subtitle_image.h +++ b/src/subtitle_image.h @@ -82,6 +82,10 @@ public: return _png_image; } + void set_png_image (Data d) { + _png_image = d; + } + std::string id () const { return _id; } |
