Make FileError say what path the problem was with.
[dcpomatic.git] / src / lib / player.h
index b3c4e82b42394453677f886a47b7f7f3899d03f2..8a81146c9547fb7d7612dc59e38d3f1b0d289880 100644 (file)
@@ -92,7 +92,7 @@ public:
 
        /** Emitted when a video frame is ready.  These emissions happen in the correct order. */
        boost::signals2::signal<void (boost::shared_ptr<PlayerVideo>, DCPTime)> Video;
-       boost::signals2::signal<void (boost::shared_ptr<AudioBuffers>, DCPTime)> Audio;
+       boost::signals2::signal<void (boost::shared_ptr<AudioBuffers>, DCPTime, int)> Audio;
        /** Emitted when a text is ready.  This signal may be emitted considerably
         *  after the corresponding Video.
         */