diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-02 01:11:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-02 01:11:11 +0100 |
| commit | a18e837cb56da42a500a438a09afcbddad8b3a94 (patch) | |
| tree | eb9f2c17477d9b813a03a8fd14dde4c5fade0cd9 /src/lib/image.h | |
| parent | da4a15c2e613b9604b3b7247811576a8567d1c7c (diff) | |
Play PNG subtitles from DCPs; possibly not in the right scale.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 73f2313c1..1869ca828 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -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 (); |
