summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-31 11:46:05 +0000
committerCarl Hetherington <cth@carlh.net>2012-10-31 11:46:05 +0000
commit09a95eca971ddd2ea75cd615e7ef2b997d52b690 (patch)
tree3c429226dc070cbf0800a2ebbfdd72fa19b2156c /src/lib/encoder.h
parent3ed5df31baed21633d0db9167cd75562f384dec7 (diff)
Try a different approach to frame duplication in the decoder.
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h2
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.