Attempted 64-bit compile fix.
[dcpomatic.git] / src / lib / player.h
index bf6260c0a912260d71a7203a0a6f845e20182db2..6e70ad707cf79052cd24a64cbc0c1344020a2e1c 100644 (file)
@@ -87,7 +87,7 @@ private:
        friend class Piece;
 
        void process_video (boost::weak_ptr<Piece>, boost::shared_ptr<const ImageProxy>, Eyes, Part, bool, VideoContent::Frame, Time);
-       void process_audio (boost::weak_ptr<Piece>, boost::shared_ptr<const AudioBuffers>, AudioContent::Frame);
+       void process_audio (boost::weak_ptr<Piece>, boost::shared_ptr<const AudioBuffers>, AudioContent::Frame, bool);
        void process_subtitle (boost::weak_ptr<Piece>, boost::shared_ptr<Image>, dcpomatic::Rect<double>, Time, Time);
        void setup_pieces ();
        void playlist_changed ();