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

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: 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 | « no previous file | media/filters/video_cadence_estimator.cc » ('j') | media/filters/video_cadence_estimator.cc » ('J')
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..21a583e4d1b8d053fe3ab47b0b742db8bc560374 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,11 @@ 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 | « no previous file | media/filters/video_cadence_estimator.cc » ('j') | media/filters/video_cadence_estimator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698