summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-12 23:36:44 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-12 23:36:44 +0000
commitc8b0b0f61a1188b3ce8010a65e4c617a0e66eaa1 (patch)
treef8b421afb470ec16adfb0194e373470831f5beff /src/lib/decoder.cc
parentac0a9000d5d6a62c4ef3e4902611b180501e09e1 (diff)
Remove out of date comment.
Diffstat (limited to 'src/lib/decoder.cc')
-rw-r--r--src/lib/decoder.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc
index 73e17e7ea..97f1bc92f 100644
--- a/src/lib/decoder.cc
+++ b/src/lib/decoder.cc
@@ -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)