summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-04 16:55:50 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-04 16:55:50 +0000
commit1d96023ab3987e55fd6452f655dfb900c6012881 (patch)
tree235b558aec10da89dca7484686ff035cbef4811c /src/lib/decoder.h
parent4fb0a5ab9eebc0f07981edc3a6813102520b8233 (diff)
Remove unused ignore_length parameter.
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index 0741c4f54..5750858df 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, bool);
+ Decoder (boost::shared_ptr<Film>, boost::shared_ptr<const Options>, Job *, bool);
virtual ~Decoder ();
/* Methods to query our input video */
@@ -126,9 +126,6 @@ protected:
*/
bool _minimal;
- /** ignore_length Ignore the content's claimed length when computing progress */
- bool _ignore_length;
-
private:
void emit_audio (uint8_t* data, int size);