forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor net::MimeUtil media code to return "probably" for codecs the…
… platform likely supports. This patch amends the behaviour set for mp4 mime types Now browser returns "probably" for codecs which are confirmed to be shipped with Chrome. CodecPrameter| Before| Now -------------------------------- avc1.42E0xx -| maybe | probably avc1.4D40xx -| maybe | probably (non-Android) avc1.6400xx -| maybe | probably (non-Android) avc3.xxxxxx -| maybe | probably mp4a.6B -----| maybe | probably mp4a.69 -----| maybe | probably mp4a.67 -----| maybe | probably (non-Android) mp4a.40.2 ---| maybe | probably mp4a.40.5 ---| maybe | probably BUG=388317 TEST=MediaCanPlayTypeTest.* Review URL: https://codereview.chromium.org/422573005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286333 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
acolwell@chromium.org
committed
Jul 29, 2014
1 parent
5970e4c
commit 781ab43
Showing
2 changed files
with
440 additions
and
229 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
Oops, something went wrong.