This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong selection of VP8 video decoder on some Samsung devices.
- Create HW decoder using first codec in MediaCoedcList instead of using createDecoderByType function. Later may result in opening OMX.SEC.vp8.dec decoder, which can not be used for surface decoding. - Revert r279297 and mark all OMX.SEC.* codecs as non HW accelerated. BUG=408353, 396578 R=qinmin@chromium.org Review URL: https://codereview.chromium.org/605883002 Cr-Commit-Position: refs/heads/master@{#297667}
- Loading branch information
glaznev
authored and
Commit bot
committed
Oct 1, 2014
1 parent
70c160c
commit 6e86e4f
Showing
3 changed files
with
76 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters