summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-05 10:36:55 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-05 10:36:55 +0000
commitca4d051ceafb77c281583c4e50b391f230544313 (patch)
treef3bb8a080dd87feae70ed90cb93d99e4bdd7e4a2 /src/lib/transcoder.cc
parent10a001a0c7cf33d384d9613168d80c0c5a07426c (diff)
Move trimming into the encoder; seems to be cleaner.
Diffstat (limited to 'src/lib/transcoder.cc')
-rw-r--r--src/lib/transcoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transcoder.cc b/src/lib/transcoder.cc
index 9515a4344..66d5606af 100644
--- a/src/lib/transcoder.cc
+++ b/src/lib/transcoder.cc
@@ -47,7 +47,7 @@ Transcoder::Transcoder (shared_ptr<Film> f, shared_ptr<const Options> o, Job* j,
assert (_encoder);
_decoder->Video.connect (bind (&Encoder::process_video, e, _1, _2, _3));
- _decoder->Audio.connect (bind (&Encoder::process_audio, e, _1));
+ _decoder->Audio.connect (bind (&Encoder::process_audio, e, _1, _2));
}
/** Run the decoder, passing its output to the encoder, until the decoder