diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-11 15:50:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-11 15:50:18 +0100 |
| commit | 4122f932b1dc25f7a4592f49f2c9ab19d63b3a4e (patch) | |
| tree | da592cad1e8e7293d22dcc45839de2a0f11a1d68 /src/lib/audio_decoder.h | |
| parent | bba1bd9b08eb78bda8cdf7fa1393f3eeb2a504d9 (diff) | |
Add test for audio delay, and do it in the player rather than the decoder.
Diffstat (limited to 'src/lib/audio_decoder.h')
| -rw-r--r-- | src/lib/audio_decoder.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index a7849b9cc..d3f12ab84 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -44,9 +44,6 @@ protected: void audio (boost::shared_ptr<const AudioBuffers>, AudioContent::Frame); AudioContent::Frame _audio_position; - -private: - AudioContent::Frame _delay_frames; }; #endif |
