Merge 1.0 in.
[dcpomatic.git] / src / lib / audio_decoder.cc
index 3b97cc16f2b47b2a26eac06338c689d7b90180eb..1f5868583675314df9158517d6159c2c13bce7ef 100644 (file)
@@ -21,6 +21,7 @@
 #include "audio_buffers.h"
 #include "exceptions.h"
 #include "log.h"
+#include "resampler.h"
 
 #include "i18n.h"
 
@@ -31,8 +32,8 @@ using std::cout;
 using boost::optional;
 using boost::shared_ptr;
 
-AudioDecoder::AudioDecoder (shared_ptr<const Film> f, shared_ptr<const AudioContent> c)
-       : Decoder (f)
+AudioDecoder::AudioDecoder (shared_ptr<const Film> film)
+       : Decoder (film)
        , _audio_position (0)
 {