Tidy up test film naming.
[dcpomatic.git] / src / lib / transcoder.cc
index b74d09174ee1a53f6d77dab2e7864691559ef605..a809e55d2cf0bcb1c482a94a9fd94a3758580967 100644 (file)
@@ -57,7 +57,7 @@ Transcoder::Transcoder (shared_ptr<const FilmState> s, shared_ptr<const Options>
 void
 Transcoder::go ()
 {
-       _encoder->process_begin (_decoder->audio_channel_layout(), _decoder->audio_sample_format());
+       _encoder->process_begin (_decoder->audio_channel_layout());
        try {
                _decoder->go ();
        } catch (...) {