diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 23:33:52 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 23:33:52 +0000 |
commit | 2b197ac7ab2c85d0ffaba55cc0bdb5e8aca7e0f1 (patch) | |
tree | 7cdfb034913ec2453534d01a65935c15065d9749 /DEPS | |
parent | 8cdeef67a965b1671c7826ee621c3458620c9aee (diff) | |
download | chromium_src-2b197ac7ab2c85d0ffaba55cc0bdb5e8aca7e0f1.zip chromium_src-2b197ac7ab2c85d0ffaba55cc0bdb5e8aca7e0f1.tar.gz chromium_src-2b197ac7ab2c85d0ffaba55cc0bdb5e8aca7e0f1.tar.bz2 |
Encrypted Media: Support VP9 playback.
Also adds a browser test with encrypted VP9 video. The test video file is checked in a separate CL.
IsTypeSupported() doesn't work with VP9 yet, which will be fixed in a followup CL.
BUG=361318
Review URL: https://codereview.chromium.org/234813008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ deps = { "/trunk/deps/third_party/opus@256783", "src/media/cdm/ppapi/api": - "/trunk/deps/cdm@260640", + "/trunk/deps/cdm@262570", "src/third_party/mesa/src": "/trunk/deps/third_party/mesa@261106", |