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

Unified Diff: DEPS

Issue 100503006: Cleanup OPUS decoder. Remove extraneous transforms and copies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Trimmings. Created 7 years 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_common.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 6d2ef77911233163ad4a270d09a28c7850063a84..9c5475fef17ed7c27de55c4f7713e7e476e461e9 100644
--- a/DEPS
+++ b/DEPS
@@ -36,8 +36,8 @@ vars = {
# These two FFmpeg variables must be updated together. One is used for SVN
# checkouts and the other for Git checkouts.
- "ffmpeg_revision": "240211",
- "ffmpeg_hash": "8dc45cbcad763762bb679de280bdc584f35aa22f",
+ "ffmpeg_revision": "240434",
+ "ffmpeg_hash": "c6c988923be6b8fd1f381522d478813e14505ce2",
"sfntly_revision": "228",
"lighttpd_revision": "33737",
« no previous file with comments | « no previous file | media/ffmpeg/ffmpeg_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698