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

Unified Diff: media/ffmpeg/ffmpeg_regression_tests.cc

Issue 1376913003: Roll ffmpeg DEPS for security fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEPS, roll out DCHECK. Created 5 years, 3 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/ffmpeg/ffmpeg_regression_tests.cc
diff --git a/media/ffmpeg/ffmpeg_regression_tests.cc b/media/ffmpeg/ffmpeg_regression_tests.cc
index 756ec2de0650829e3e95df49414db49d0514db88..c7043b35642a0abfffa1c90105e5db543a3dec67 100644
--- a/media/ffmpeg/ffmpeg_regression_tests.cc
+++ b/media/ffmpeg/ffmpeg_regression_tests.cc
@@ -138,6 +138,10 @@ FFMPEG_TEST_CASE(Cr444546,
"security/444546.mp4",
DEMUXER_ERROR_COULD_NOT_OPEN,
DEMUXER_ERROR_COULD_NOT_OPEN);
+FFMPEG_TEST_CASE(Cr447860,
+ "security/447860.webm",
+ PIPELINE_OK,
+ PIPELINE_OK);
FFMPEG_TEST_CASE(Cr449958,
"security/449958.webm",
PIPELINE_OK,
@@ -146,6 +150,10 @@ FFMPEG_TEST_CASE(Cr536601,
"security/536601.m4a",
PIPELINE_OK,
PIPELINE_OK);
+FFMPEG_TEST_CASE(Cr532967,
+ "security/532967.webm",
+ PIPELINE_OK,
+ PIPELINE_OK);
// General MP4 test cases.
FFMPEG_TEST_CASE(MP4_0,
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698