diff options
author | Max Kellermann <max@duempel.org> | 2013-10-26 14:12:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-26 14:12:10 +0200 |
commit | 2098b94b47a60f6265dd5afb61757e9f6b7f9a6e (patch) | |
tree | b038337e4d72840e70d7cfab044cbd405e7fbcae /src/DecoderControl.hxx | |
parent | 59ad6265a170d8105183ac65bd6663d53124d360 (diff) | |
download | mpd-2098b94b47a60f6265dd5afb61757e9f6b7f9a6e.tar.gz mpd-2098b94b47a60f6265dd5afb61757e9f6b7f9a6e.tar.xz mpd-2098b94b47a60f6265dd5afb61757e9f6b7f9a6e.zip |
DecoderThread: move code to DecoderControl::CycleMixRamp()
Diffstat (limited to 'src/DecoderControl.hxx')
-rw-r--r-- | src/DecoderControl.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/DecoderControl.hxx b/src/DecoderControl.hxx index 47fb81c9a..c27177cbd 100644 --- a/src/DecoderControl.hxx +++ b/src/DecoderControl.hxx @@ -364,7 +364,12 @@ public: void MixRampStart(char *_mixramp_start); void MixRampEnd(char *_mixramp_end); - void MixRampPrevEnd(char *_mixramp_prev_end); + + /** + * Move mixramp_end to mixramp_prev_end and clear + * mixramp_start/mixramp_end. + */ + void CycleMixRamp(); }; #endif |