Make the viewer respond to filter changes.
[dcpomatic.git] / src / lib / external_audio_decoder.cc
index 136e00fb27985d02d1a897d6ddd7731998e4d7fb..25c8068b6fcdb02726a0b93f8163b7ef6b968e1b 100644 (file)
@@ -17,6 +17,7 @@
 
 */
 
+#include <iostream>
 #include <sndfile.h>
 #include "external_audio_decoder.h"
 #include "film.h"
@@ -30,7 +31,7 @@ using std::cout;
 using boost::shared_ptr;
 using boost::optional;
 
-ExternalAudioDecoder::ExternalAudioDecoder (shared_ptr<Film> f, shared_ptr<const Options> o, Job* j)
+ExternalAudioDecoder::ExternalAudioDecoder (shared_ptr<Film> f, shared_ptr<const DecodeOptions> o, Job* j)
        : Decoder (f, o, j)
        , AudioDecoder (f, o, j)
 {