diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-17 00:10:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-17 00:10:12 +0000 |
| commit | f35b2a637ba82e39eb81e030c2e112185349cac5 (patch) | |
| tree | 2e09d1e11ad90d5f7c5ce425295c3d2e51054cfd /src/lib/encoder.h | |
| parent | d87ea0504297c0bb6bd3bd192588d0f3e927fee9 (diff) | |
EncodeOptions can go.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index bd38dc6bd..d8edf9b26 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -44,7 +44,6 @@ extern "C" { #include "video_sink.h" #include "audio_sink.h" -class EncodeOptions; class Image; class Subtitle; class AudioBuffers; @@ -62,7 +61,7 @@ class DCPVideoFrame; class Encoder : public VideoSink, public AudioSink { public: - Encoder (boost::shared_ptr<const Film> f, boost::shared_ptr<const EncodeOptions> o); + Encoder (boost::shared_ptr<const Film> f); virtual ~Encoder (); /** Called to indicate that a processing run is about to begin */ @@ -99,8 +98,6 @@ private: /** Film that we are encoding */ boost::shared_ptr<const Film> _film; - /** Options */ - boost::shared_ptr<const EncodeOptions> _opt; /** Mutex for _time_history, _just_skipped and _last_frame */ mutable boost::mutex _history_mutex; |
