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/encoder.h | |
| parent | 3ed5df31baed21633d0db9167cd75562f384dec7 (diff) | |
Try a different approach to frame duplication in the decoder.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 4d741a92b..590b8aaa9 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -61,7 +61,7 @@ public: * @param f Frame number within the film. * @param s A subtitle that should be on this frame, or 0. */ - virtual void process_video (boost::shared_ptr<Image> i, int f, boost::shared_ptr<Subtitle> s) = 0; + virtual void process_video (boost::shared_ptr<const Image> i, int f, boost::shared_ptr<Subtitle> s) = 0; /** Called with some audio data. * @param d Array of pointers to floating point sample data for each channel. |
