Do EncodeServerFinder 'disable' in a more sensible way.
[dcpomatic.git] / src / lib / audio_decoder_stream.h
index 939a7d08b1a2f066800e041d4beb24b3a2a45d2b..a99464b894854071078992f26bd7b8772b9dfc9d 100644 (file)
@@ -35,12 +35,13 @@ class Decoder;
 class AudioDecoderStream
 {
 public:
-       AudioDecoderStream (boost::shared_ptr<const AudioContent>, AudioStreamPtr, Decoder* decoder, bool fast, boost::shared_ptr<Log> log);
+       AudioDecoderStream (boost::shared_ptr<const AudioContent>, AudioStreamPtr, Decoder* decoder, boost::shared_ptr<Log> log);
 
        ContentAudio get (Frame time, Frame length, bool accurate);
        void audio (boost::shared_ptr<const AudioBuffers>, ContentTime);
        void flush ();
        void seek (ContentTime time, bool accurate);
+       void set_fast ();
 
 private: