summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-20 22:49:43 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-20 22:49:43 +0000
commitab32f60c2c9f2ad01dc8d96dc375df256dba0c41 (patch)
tree080ddb5fd9ac0a7133ce9ce38f8ee8ec02c398cf
parent19e61de7fcf93139568d541a13bf5a71301f7bf7 (diff)
Hand-apply 6fc77d362ee50747d0ff1626720ccd6d3704d9a4 from master; comment fix.
-rw-r--r--TO_PORT1
-rw-r--r--src/lib/transcoder.cc4
2 files changed, 2 insertions, 3 deletions
diff --git a/TO_PORT b/TO_PORT
index 4818d253a..494945e96 100644
--- a/TO_PORT
+++ b/TO_PORT
@@ -1,3 +1,2 @@
-c8926dcc6cb327ddf4796bf2bfe17d65c75940e5
0ee1e8c65e2977638375a8f96dbea201210aac98
f2851b7066d0e12102b0f3aabc2b827a261206a9
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)