diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-04 16:59:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-04 16:59:00 +0000 |
| commit | ac712b45bad948fc8f38cf4fa48a529f2024c7f5 (patch) | |
| tree | 4e82a43b9f700e26faa9836a88f581a5a4c6bf75 /src/lib/decoder.h | |
| parent | 1d96023ab3987e55fd6452f655dfb900c6012881 (diff) | |
Remove minimal flag.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 5750858df..fe8149af9 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -52,7 +52,7 @@ class FilterGraph; class Decoder { public: - Decoder (boost::shared_ptr<Film>, boost::shared_ptr<const Options>, Job *, bool); + Decoder (boost::shared_ptr<Film>, boost::shared_ptr<const Options>, Job *); virtual ~Decoder (); /* Methods to query our input video */ @@ -121,11 +121,6 @@ protected: /** associated Job, or 0 */ Job* _job; - /** true to do the bare minimum of work; just run through the content. Useful for acquiring - * accurate frame counts as quickly as possible. This generates no video or audio output. - */ - bool _minimal; - private: void emit_audio (uint8_t* data, int size); |
