Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: DEPS

Issue 10540067: Switch to using avcodec_decode_audio4, avcodec_alloc_context3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tools. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/ffmpeg/ffmpeg_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 716bcf2a40771125d2553d30e202afd2370cf47c..0481c903a6854f731eb8173b3a6c336b3bbfddef 100644
--- a/DEPS
+++ b/DEPS
@@ -51,8 +51,8 @@ vars = {
# These two FFmpeg variables must be updated together. One is used for SVN
# checkouts and the other for Git checkouts.
- "ffmpeg_revision": "140400",
- "ffmpeg_hash": "69cc855282d18ff77e4e0a6c0de0abd539572bc8",
+ "ffmpeg_revision": "141467",
+ "ffmpeg_hash": "425c0ec6975cba904785e4277454c2ecdd694fbf",
"sfntly_revision": "128",
"skia_revision": "4172",
« no previous file with comments | « no previous file | media/ffmpeg/ffmpeg_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698