Fix some uninitialised variables.
[dcpomatic.git] / src / lib / content_video.h
index cdf0f9cddddb30ae7b70219b7fe5984ac977ed62..c8f5cca0b9c29b708b3ab5fb64e81b44845554dc 100644 (file)
@@ -31,6 +31,7 @@ public:
        ContentVideo ()
                : eyes (EYES_BOTH)
                , part (PART_WHOLE)
+               , frame (0)
        {}
 
        ContentVideo (boost::shared_ptr<const ImageProxy> i, Eyes e, Part p, Frame f)