output: rename "chunk" to "current_chunk"

This commit is contained in:
Max Kellermann
2014-01-29 09:23:57 +01:00
parent 4657a3bd0f
commit af71605769
4 changed files with 30 additions and 28 deletions

View File

@@ -124,7 +124,7 @@ AudioOutput::Open(const AudioFormat audio_format, const MusicPipe &mp)
assert(pipe == &mp || (always_on && pause));
if (pause) {
chunk = nullptr;
current_chunk = nullptr;
pipe = ∓
/* unpause with the CANCEL command; this is a
@@ -141,7 +141,7 @@ AudioOutput::Open(const AudioFormat audio_format, const MusicPipe &mp)
}
in_audio_format = audio_format;
chunk = nullptr;
current_chunk = nullptr;
pipe = ∓