X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_video.h;h=4c0bdb655d7ea222bef72e6d2b454e725d72ffd7;hb=a112eeb4d052b1212f94e95efd83a215213da691;hp=a7f73597c866495b0df60a2f3036bd8066d0f1f0;hpb=74fe68e5895654e27a7cf8097917c1e95fa89519;p=dcpomatic.git diff --git a/src/lib/content_video.h b/src/lib/content_video.h index a7f73597c..4c0bdb655 100644 --- a/src/lib/content_video.h +++ b/src/lib/content_video.h @@ -30,6 +30,7 @@ class ContentVideo public: ContentVideo () : eyes (EYES_BOTH) + , part (PART_WHOLE) {} ContentVideo (boost::shared_ptr i, Eyes e, Part p, VideoFrame f)