Rename Content::_file to path and support md5sums of directories.
[dcpomatic.git] / src / lib / audio_decoder.cc
index 3b97cc16f2b47b2a26eac06338c689d7b90180eb..59c631632f3f63b735a883dd1292c46403e4ec64 100644 (file)
@@ -31,7 +31,7 @@ using std::cout;
 using boost::optional;
 using boost::shared_ptr;
 
-AudioDecoder::AudioDecoder (shared_ptr<const Film> f, shared_ptr<const AudioContent> c)
+AudioDecoder::AudioDecoder (shared_ptr<const Film> f)
        : Decoder (f)
        , _audio_position (0)
 {