From ca4d051ceafb77c281583c4e50b391f230544313 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 5 Nov 2012 10:36:55 +0000 Subject: Move trimming into the encoder; seems to be cleaner. --- src/lib/transcoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/transcoder.cc') 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 f, shared_ptr 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 -- cgit v1.2.3