Revert "Fix ANRs due to Widevine DRM plugin sniff taking too long."

We need to do this because with this patch, SHA/MD5 module may get stuck and cause power consumption regression.

This reverts commit 95d4dc7776.

related-to-bug: 5739618
This commit is contained in:
James Dong
2011-12-14 11:05:53 -08:00
parent c00a26a05f
commit 444dc2a845
3 changed files with 45 additions and 36 deletions

View File

@@ -31,7 +31,7 @@
namespace android {
WVMLoadableExtractor *GetInstance(sp<DataSource> dataSource);
bool IsWidevineMedia(sp<DataSource> dataSource);
class WVMMediaSource;
class WVMFileSource;