diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-31 11:46:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-31 11:46:05 +0000 |
| commit | 09a95eca971ddd2ea75cd615e7ef2b997d52b690 (patch) | |
| tree | 3c429226dc070cbf0800a2ebbfdd72fa19b2156c /src/lib/dcp_video_frame.cc | |
| parent | 3ed5df31baed21633d0db9167cd75562f384dec7 (diff) | |
Try a different approach to frame duplication in the decoder.
Diffstat (limited to 'src/lib/dcp_video_frame.cc')
| -rw-r--r-- | src/lib/dcp_video_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<Image> yuv, shared_ptr<Subtitle> sub, + shared_ptr<const Image> yuv, shared_ptr<Subtitle> 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 ) |
