summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.cc
diff options
context:
space:
mode:
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