am 86cddd37: Merge "[WVDRM] Allow adaptive logging of more than 10 tracks" into jb-mr1-dev
* commit '86cddd376b403b7b3de13af4850f7398812e5561': [WVDRM] Allow adaptive logging of more than 10 tracks
This commit is contained in:
@@ -521,7 +521,7 @@ sp<MetaData> WVMExtractorImpl::getMetaData() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int64_t WVMExtractorImpl::getCachedDurationUs(status_t *finalStatus) {
|
int64_t WVMExtractorImpl::getCachedDurationUs(status_t *finalStatus) {
|
||||||
const size_t kMaxEncodedRates = 10;
|
const size_t kMaxEncodedRates = 32;
|
||||||
unsigned long encodedRates[kMaxEncodedRates];
|
unsigned long encodedRates[kMaxEncodedRates];
|
||||||
size_t ratesReturned, currentTrack;
|
size_t ratesReturned, currentTrack;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user