Undo changes to unrelated files and fix formatting
This commit is contained in:
parent
df816b5eaf
commit
38e2b6c8d8
5 changed files with 7 additions and 10 deletions
|
@ -323,8 +323,7 @@ bool Source::DequeueBuffer() {
|
|||
}
|
||||
|
||||
NGLOG_TRACE(Audio_DSP, "source_id={} buffer_id={} from_queue={} current_buffer.size()={}",
|
||||
source_id, buf.buffer_id, buf.from_queue,
|
||||
state.current_buffer.size());
|
||||
source_id, buf.buffer_id, buf.from_queue, state.current_buffer.size());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue