X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_video.h;fp=src%2Flib%2Fcontent_video.h;h=c8f5cca0b9c29b708b3ab5fb64e81b44845554dc;hb=0a20f4b0ee59f06732648f981fe4d3e387b5705a;hp=cdf0f9cddddb30ae7b70219b7fe5984ac977ed62;hpb=387304bc9147933b68eda2b38ba8cac0d250e87e;p=dcpomatic.git diff --git a/src/lib/content_video.h b/src/lib/content_video.h index cdf0f9cdd..c8f5cca0b 100644 --- a/src/lib/content_video.h +++ b/src/lib/content_video.h @@ -31,6 +31,7 @@ public: ContentVideo () : eyes (EYES_BOTH) , part (PART_WHOLE) + , frame (0) {} ContentVideo (boost::shared_ptr i, Eyes e, Part p, Frame f)