Add friend for tests.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Jul 2013 12:45:30 +0000 (13:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Jul 2013 12:45:30 +0000 (13:45 +0100)
src/lib/video_content.h

index 46c8efdeb39420bbd2439c36ad3b332a020160a4..5b9a17b5733efe3c3b2e0bd4bcfc6895cdc0321d 100644 (file)
@@ -88,6 +88,8 @@ protected:
 
 private:
        friend class ffmpeg_pts_offset_test;
+       friend class best_dcp_frame_rate_test;
+       friend class audio_sampling_rate_test;
        
        libdcp::Size _video_size;
        float _video_frame_rate;