[APU] Resolved crashes related to out of bound readouts

This commit is contained in:
Gliniak
2022-11-01 11:24:01 +01:00
parent 55877f4c61
commit c080e2e17c
2 changed files with 20 additions and 16 deletions

View File

@@ -221,6 +221,7 @@ class XmaContext {
// std::vector<uint8_t> partial_frame_buffer_;
uint32_t packets_skip_ = 0;
bool is_stream_done_ = false;
// bool split_frame_pending_ = false;
uint32_t split_frame_len_ = 0;
uint32_t split_frame_len_partial_ = 0;