diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-20 22:49:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-20 22:49:43 +0000 |
| commit | ab32f60c2c9f2ad01dc8d96dc375df256dba0c41 (patch) | |
| tree | 080ddb5fd9ac0a7133ce9ce38f8ee8ec02c398cf /src/lib/transcoder.cc | |
| parent | 19e61de7fcf93139568d541a13bf5a71301f7bf7 (diff) | |
Hand-apply 6fc77d362ee50747d0ff1626720ccd6d3704d9a4 from master; comment fix.
Diffstat (limited to 'src/lib/transcoder.cc')
| -rw-r--r-- | src/lib/transcoder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/transcoder.cc b/src/lib/transcoder.cc index 5718a05b4..8aed20574 100644 --- a/src/lib/transcoder.cc +++ b/src/lib/transcoder.cc @@ -42,9 +42,9 @@ using boost::shared_ptr; using boost::weak_ptr; using boost::dynamic_pointer_cast; -/** Construct a transcoder using a Decoder that we create and a supplied Encoder. +/** Construct a transcoder. * @param f Film that we are transcoding. - * @param e Encoder to use. + * @param j Job that this transcoder is being used in. */ Transcoder::Transcoder (shared_ptr<const Film> f, shared_ptr<Job> j) : _film (f) |
