From 09a95eca971ddd2ea75cd615e7ef2b997d52b690 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 31 Oct 2012 11:46:05 +0000 Subject: Try a different approach to frame duplication in the decoder. --- src/lib/dcp_video_frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/dcp_video_frame.cc') diff --git a/src/lib/dcp_video_frame.cc b/src/lib/dcp_video_frame.cc index 201c74ec1..9d6022efa 100644 --- a/src/lib/dcp_video_frame.cc +++ b/src/lib/dcp_video_frame.cc @@ -74,7 +74,7 @@ using boost::shared_ptr; * @param l Log to write to. */ DCPVideoFrame::DCPVideoFrame ( - shared_ptr yuv, shared_ptr sub, + 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 ) -- cgit v1.2.3