Be more careful about allowing possibly-trouble-causing characters in DCP filenames.
[dcpomatic.git] / src / lib / video_frame.h
index ac9a345af1d9c7d3837e51e4f0ed7f94bdc6ea8f..c197a94c8bfc2c35c08d195eaeaf26cfed0563a2 100644 (file)
@@ -31,7 +31,7 @@ public:
                , _eyes (EYES_BOTH)
        {}
 
-       VideoFrame (Frame i)
+       explicit VideoFrame (Frame i)
                : _index (i)
                , _eyes (EYES_BOTH)
        {}