summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-03 09:31:35 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-03 09:31:35 +0000
commitdd4f004b40c3d48f984c24b63421f42c12dbf9cf (patch)
tree0e13faf6e08b3955886a5465ca7646fe8c2371d4 /src/lib/player.h
parente2f56d8e5428e1d18596c229aae8b62cd6bc9ecc (diff)
Hand apply a484114b80f21f2f786b6142ad950f5295249673 from master;
comments.
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index a3b745c8e..385296585 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -151,6 +151,7 @@ private:
bool _have_valid_pieces;
std::list<boost::shared_ptr<Piece> > _pieces;
+ /** Size of the image in the DCP (e.g. 1990x1080 for flat) */
dcp::Size _video_container_size;
boost::shared_ptr<Image> _black_image;