diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-15 18:16:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-15 18:16:35 +0000 |
| commit | 89319eb1217c8caca80dc22ca770766f6d2f26c0 (patch) | |
| tree | 32a5837e1f1ecbe370890169d4289fc649173a7a /src/lib/transcoder.h | |
| parent | 0b781dd65a90e617866810ecb3dee27267449f1f (diff) | |
Skipping hacks.
Diffstat (limited to 'src/lib/transcoder.h')
| -rw-r--r-- | src/lib/transcoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index 4a9667b3c..43c70df00 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -54,6 +54,8 @@ public: } protected: + boost::shared_ptr<Film> _film; + boost::shared_ptr<const Options> _opt; /** A Job that is running this Transcoder, or 0 */ Job* _job; /** The encoder that we will use */ |
