Include audio mapping in the digest used to distinguish different
[dcpomatic.git] / src / lib / piece.h
index 76df909ff361ba8c43e48ee42097071e50f1424e..17b87b884664e49ef3ef787f87f5ce5ffbbe3b03 100644 (file)
 class Content;
 class Decoder;
 class Piece;
-class Image;
+class ImageProxy;
 class Player;
 
 struct IncomingVideo
 {
 public:
        boost::weak_ptr<Piece> weak_piece;
-       boost::shared_ptr<const Image> image;
+       boost::shared_ptr<const ImageProxy> image;
        Eyes eyes;
+       Part part;
        bool same;
        VideoContent::Frame frame;
        Time extra;