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/imagemagick_encoder.h | |
| parent | 3ed5df31baed21633d0db9167cd75562f384dec7 (diff) | |
Try a different approach to frame duplication in the decoder.
Diffstat (limited to 'src/lib/imagemagick_encoder.h')
| -rw-r--r-- | src/lib/imagemagick_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/imagemagick_encoder.h b/src/lib/imagemagick_encoder.h index f5e97ccd8..c112300e3 100644 --- a/src/lib/imagemagick_encoder.h +++ b/src/lib/imagemagick_encoder.h @@ -37,7 +37,7 @@ public: ImageMagickEncoder (boost::shared_ptr<const Film> f, boost::shared_ptr<const Options> o); void process_begin (int64_t audio_channel_layout) {} - void process_video (boost::shared_ptr<Image>, int, boost::shared_ptr<Subtitle>); + void process_video (boost::shared_ptr<const Image>, int, boost::shared_ptr<Subtitle>); void process_audio (boost::shared_ptr<const AudioBuffers>) {} void process_end () {} }; |
