From ab32f60c2c9f2ad01dc8d96dc375df256dba0c41 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Dec 2014 22:49:43 +0000 Subject: Hand-apply 6fc77d362ee50747d0ff1626720ccd6d3704d9a4 from master; comment fix. --- src/lib/transcoder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/transcoder.cc') 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 f, shared_ptr j) : _film (f) -- cgit v1.2.3