diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-02 15:12:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-02 15:12:00 +0100 |
| commit | c157cd97740a2ba55d3e87bd9844429cc7d49ce7 (patch) | |
| tree | a27db11e3df078ef35b980ffe26f54152657932e /src/lib/player.h | |
| parent | 0a93237cb5e4642d3b698ff9b7d0cfae5401478c (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.h | 2 |
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; |
