Revert "[APU] Clear host data while reseting context"
This reverts commit 1451ca4266
.
This commit is contained in:
parent
2afd2cc4d6
commit
b7bc0425ba
|
@ -150,11 +150,6 @@ void XmaContext::Clear() {
|
|||
data.output_buffer_read_offset = 0;
|
||||
data.output_buffer_write_offset = 0;
|
||||
|
||||
xma_frame_.fill(0);
|
||||
split_frame_len_ = 0;
|
||||
split_frame_len_partial_ = 0;
|
||||
split_frame_padding_start_ = 0;
|
||||
|
||||
data.Store(context_ptr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue