diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-11 00:57:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-13 20:22:43 +0200 |
| commit | d430b8650121bfdad3d22b903521a146ad46c487 (patch) | |
| tree | 68349e4dc35595548cffacc72e9e61b4c45ec677 /src/lib/image.h | |
| parent | 49fcfee3b68282cefeefff034adeb458a80d1b4f (diff) | |
Put Image in dcpomatic:: to avoid Fastvideo name clash.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 46633df67..c7e725d55 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -38,6 +38,8 @@ extern "C" { struct AVFrame; class Socket; +namespace dcpomatic { + class Image : public boost::enable_shared_from_this<Image> { public: @@ -107,4 +109,6 @@ private: extern PositionImage merge (std::list<PositionImage> images); extern bool operator== (Image const & a, Image const & b); +} + #endif |
