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/player.h | |
| parent | 49fcfee3b68282cefeefff034adeb458a80d1b4f (diff) | |
Put Image in dcpomatic:: to avoid Fastvideo name clash.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index ea81ae939..17c9233cd 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -170,7 +170,7 @@ private: * the size of preview in a window. */ dcp::Size _video_container_size; - boost::shared_ptr<Image> _black_image; + boost::shared_ptr<dcpomatic::Image> _black_image; /** true if the player should ignore all video; i.e. never produce any */ bool _ignore_video; |
