summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-21 20:35:00 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-21 20:35:00 +0000
commit657f735160fd8b0abc67d6e5f519da5786ed26f0 (patch)
treec61ddda089cb8b92aa6aacb1a2a2f22f151c3451 /src/lib/encoder.h
parent00e09ae4af02a5c54d8eaba9316f2902b9539c38 (diff)
Fix a couple of things; go back to un-numbered MXF file names for a bit.
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index fc89d674a..429b46a18 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -62,7 +62,7 @@ class Writer;
class Encoder : public VideoSink, public AudioSink
{
public:
- Encoder (boost::shared_ptr<const Film> f);
+ Encoder (boost::shared_ptr<Film> f);
virtual ~Encoder ();
/** Called to indicate that a processing run is about to begin */
@@ -96,7 +96,7 @@ private:
void terminate_worker_threads ();
/** Film that we are encoding */
- boost::shared_ptr<const Film> _film;
+ boost::shared_ptr<Film> _film;
/** Mutex for _time_history, _just_skipped and _last_frame */
mutable boost::mutex _history_mutex;