summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-11 00:57:24 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-13 20:22:43 +0200
commitd430b8650121bfdad3d22b903521a146ad46c487 (patch)
tree68349e4dc35595548cffacc72e9e61b4c45ec677 /src/lib/player.h
parent49fcfee3b68282cefeefff034adeb458a80d1b4f (diff)
Put Image in dcpomatic:: to avoid Fastvideo name clash.
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h2
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;