[APU] Added new XMA decoder as config option.
This commit is contained in:
committed by
Radosław Gliński
parent
26ea81624a
commit
122f58c9dd
@@ -81,7 +81,7 @@ class XmaDecoder {
|
||||
XmaRegisterFile register_file_;
|
||||
|
||||
static const uint32_t kContextCount = 320;
|
||||
XmaContext contexts_[kContextCount];
|
||||
XmaContext* contexts_[kContextCount];
|
||||
BitMap context_bitmap_;
|
||||
|
||||
uint32_t context_data_first_ptr_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user