Remove out of date comment.
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Nov 2012 23:36:44 +0000 (23:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Nov 2012 23:36:44 +0000 (23:36 +0000)
src/lib/decoder.cc

index 73e17e7ead91a8481763b3da63216cfdb9c62c02..97f1bc92f5197d1f6472779996f0d37b1bb03159 100644 (file)
@@ -48,8 +48,6 @@ using boost::optional;
 /** @param f Film.
  *  @param o Options.
  *  @param j Job that we are running within, or 0
- *  @param minimal 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.
  */
 Decoder::Decoder (boost::shared_ptr<Film> f, boost::shared_ptr<const Options> o, Job* j)
        : _film (f)