diff options
author | dalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 09:01:35 +0000 |
---|---|---|
committer | dalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 09:01:35 +0000 |
commit | 6130e7b6da93abf7b3fabd12591e8d5ccb16b2c9 (patch) | |
tree | 21fe65b4b7b212dd9c1cabc0c256265de7701274 /DEPS | |
parent | 1a7f42769b898d79643c817cd741d872377fc364 (diff) | |
download | chromium_src-6130e7b6da93abf7b3fabd12591e8d5ccb16b2c9.zip chromium_src-6130e7b6da93abf7b3fabd12591e8d5ccb16b2c9.tar.gz chromium_src-6130e7b6da93abf7b3fabd12591e8d5ccb16b2c9.tar.bz2 |
Update FFmpeg DEPS for security fix.
Pulls in:
fe7d549 Update README for security fix.
9d8789e vorbisdec: Check bark_map_size.
c81a7da Explicitly set cygwin_msvs_shell on
BUG=168473
TEST=unittests, manual.
TBR=scherkus
Review URL: https://chromiumcodereview.appspot.com/11889018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ vars = { # These two FFmpeg variables must be updated together. One is used for SVN # checkouts and the other for Git checkouts. - "ffmpeg_revision": "175176", - "ffmpeg_hash": "0c981b3a572f9257e6178f5572e3f3cd47ac3025", + "ffmpeg_revision": "176720", + "ffmpeg_hash": "fe7d5497f1490914d7c3bb0236a1c722afccf4e4", "sfntly_revision": "134", "skia_revision": "7146", |