diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 46c8efdeb..697a0ecc3 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -88,6 +88,9 @@ protected: 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; |
