diff options
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index b3c4e82b4..8a81146c9 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -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. */ |
