summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index a5194a169..14aee002a 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -159,6 +159,8 @@ private:
/** true if the player should ignore all video; i.e. never produce any */
bool _ignore_video;
+ boost::shared_ptr<AudioProcessor> _audio_processor;
+
PlayerStatistics _statistics;
boost::signals2::scoped_connection _playlist_changed_connection;