diff options
Diffstat (limited to 'src/lib/dcp_video.cc')
| -rw-r--r-- | src/lib/dcp_video.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index 775298091..a1dfd7c49 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -79,7 +79,7 @@ using namespace boost::placeholders; * @param bit_rate Video bit rate to use. */ DCPVideo::DCPVideo( - shared_ptr<const PlayerVideo> frame, int index, int dcp_fps, int64_t bit_rate, Resolution r + shared_ptr<const PlayerVideo> frame, int index, dcp::Fraction dcp_fps, int64_t bit_rate, Resolution r ) : _frame(frame) , _index(index) |
