Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0
[dcpomatic.git] / src / lib / content_video.h
index a7f73597c866495b0df60a2f3036bd8066d0f1f0..4c0bdb655d7ea222bef72e6d2b454e725d72ffd7 100644 (file)
@@ -30,6 +30,7 @@ class ContentVideo
 public:
        ContentVideo ()
                : eyes (EYES_BOTH)
+               , part (PART_WHOLE)
        {}
 
        ContentVideo (boost::shared_ptr<const ImageProxy> i, Eyes e, Part p, VideoFrame f)