Some missing copy constructors / operator= / noncopyable.
[dcpomatic.git] / src / lib / video_content.h
index e7bbad9e15c67c5b99a3b9d494819a53c9c48bbd..d74242ae9c46779801bd4a8415d509610725f8ca 100644 (file)
@@ -63,7 +63,6 @@ public:
                return _video_frame_rate;
        }
 
-       void set_crop (Crop);
        void set_left_crop (int);
        void set_right_crop (int);
        void set_top_crop (int);
@@ -87,6 +86,11 @@ protected:
        VideoContent::Frame _video_length;
 
 private:
+       friend class ffmpeg_pts_offset_test;
+       friend class best_dcp_frame_rate_test_single;
+       friend class best_dcp_frame_rate_test_double;
+       friend class audio_sampling_rate_test;
+       
        libdcp::Size _video_size;
        float _video_frame_rate;
        Crop _crop;