From 33b24fba9d392d6d4230aa9933407caab08b3f2d Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Mon, 17 Sep 2012 15:08:42 -0700 Subject: [PATCH] [WVDRM] Allow adaptive logging of more than 10 tracks Change-Id: I9d2f8efcc658532dc2a0b1d69b8551444120f664 related-to-bug: 7173307 --- proprietary/wvm/WVMExtractorImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proprietary/wvm/WVMExtractorImpl.cpp b/proprietary/wvm/WVMExtractorImpl.cpp index a12826f3..3670ed0b 100644 --- a/proprietary/wvm/WVMExtractorImpl.cpp +++ b/proprietary/wvm/WVMExtractorImpl.cpp @@ -521,7 +521,7 @@ sp 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;