diff options
Diffstat (limited to 'src/lib/decoder.cc')
| -rw-r--r-- | src/lib/decoder.cc | 2 |
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) |
