diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-15 14:20:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-15 14:20:23 +0100 |
| commit | c044402e6c0262b4813ffee6e8df53469cef8487 (patch) | |
| tree | da4ec232521cce993df40fd337764ac93314d0a8 /src/lib/video_content.h | |
| parent | bbd20953701383dddc4c45d2ab317d55845d8b89 (diff) | |
Decide best DCP rate based on the largest difference between a particular content's frame rate and the DCP one, rather than a sum of all the differences.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 5b9a17b57..697a0ecc3 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -88,7 +88,8 @@ protected: private: friend class ffmpeg_pts_offset_test; - friend class best_dcp_frame_rate_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; |
