From ac712b45bad948fc8f38cf4fa48a529f2024c7f5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Nov 2012 16:59:00 +0000 Subject: Remove minimal flag. --- src/lib/decoder.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib/decoder.h') 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, boost::shared_ptr, Job *, bool); + Decoder (boost::shared_ptr, boost::shared_ptr, 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); -- cgit v1.2.3