Basic support for decryption of imported DCPs.
[dcpomatic.git] / src / lib / video_content.cc
index a8590ce55b4a70f23c3d6ec7519e59f3f9ee5219..0d9a8fc45c491c24b664751daf3f4a4df73f15ab 100644 (file)
@@ -192,7 +192,7 @@ VideoContent::take_from_video_examiner (shared_ptr<VideoExaminer> d)
        dcp::Size const vs = d->video_size ();
        float const vfr = d->video_frame_rate ();
        ContentTime vl = d->video_length ();
-       
+
        {
                boost::mutex::scoped_lock lm (_mutex);
                _video_size = vs;