X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_video_frame.cc;h=c185de0f4d74ffeef5b6df6cdec2299874db6c3f;hb=c09d415cac646bfd3067f359ca454dc5ea3679e5;hp=1dcc81f0de980a6954c7add6394e0f4f001be6d2;hpb=c366d41af080b9ac37117a9b27a249722c77f74e;p=dcpomatic.git diff --git a/src/lib/dcp_video_frame.cc b/src/lib/dcp_video_frame.cc index 1dcc81f0d..c185de0f4 100644 --- a/src/lib/dcp_video_frame.cc +++ b/src/lib/dcp_video_frame.cc @@ -76,7 +76,7 @@ using boost::shared_ptr; DCPVideoFrame::DCPVideoFrame ( shared_ptr yuv, shared_ptr sub, Size out, int p, int subtitle_offset, float subtitle_scale, - Scaler const * s, int f, float fps, string pp, int clut, int bw, Log* l + Scaler const * s, SourceFrame f, float fps, string pp, int clut, int bw, Log* l ) : _input (yuv) , _subtitle (sub) @@ -376,7 +376,7 @@ DCPVideoFrame::encode_remotely (ServerDescription const * serv) * @param frame Frame index. */ void -EncodedData::write (shared_ptr opt, int frame) +EncodedData::write (shared_ptr opt, SourceFrame frame) { string const tmp_j2k = opt->frame_out_path (frame, true);