Updated sv_SE translation from Adam Klotblixt.
[dcpomatic.git] / src / lib / audio_decoder.cc
index 70f0effd9faa742bf5e744ab71d2dd8ff35e35b0..a54c14843927449b4a62f00665ea83020a53bf70 100644 (file)
@@ -23,8 +23,8 @@
 using boost::optional;
 using boost::shared_ptr;
 
-AudioDecoder::AudioDecoder (shared_ptr<Film> f, shared_ptr<const Options> o, Job* j)
-       : Decoder (f, o, j)
+AudioDecoder::AudioDecoder (shared_ptr<Film> f, DecodeOptions o)
+       : Decoder (f, o)
 {
 
 }