[WVDRM] Allow adaptive logging of more than 10 tracks
Change-Id: I9d2f8efcc658532dc2a0b1d69b8551444120f664 related-to-bug: 7173307
This commit is contained in:
@@ -521,7 +521,7 @@ sp<MetaData> WVMExtractorImpl::getMetaData() {
|
||||
}
|
||||
|
||||
int64_t WVMExtractorImpl::getCachedDurationUs(status_t *finalStatus) {
|
||||
const size_t kMaxEncodedRates = 10;
|
||||
const size_t kMaxEncodedRates = 32;
|
||||
unsigned long encodedRates[kMaxEncodedRates];
|
||||
size_t ratesReturned, currentTrack;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user