diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-15 13:45:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-15 13:45:30 +0100 |
| commit | 7c1be062777bb4d49c0c9b55755c11608b1521eb (patch) | |
| tree | 8a3a285bbf15ea598e71d987e868026efd2f4491 /src/lib | |
| parent | 3d9f19dea3a0d26f86f6586ab5aec2d3785d1808 (diff) | |
Add friend for tests.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 46c8efdeb..5b9a17b57 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -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; |
