summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-02 15:12:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-02 15:12:00 +0100
commitc157cd97740a2ba55d3e87bd9844429cc7d49ce7 (patch)
treea27db11e3df078ef35b980ffe26f54152657932e /src/lib/player.h
parent0a93237cb5e4642d3b698ff9b7d0cfae5401478c (diff)
Apply single-processor branch manually; processor is now in Film, not AudioContent.
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;