diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | media/ffmpeg/ffmpeg_regression_tests.cc | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -25,7 +25,7 @@ vars = { # These two FFmpeg variables must be updated together. One is used for SVN # checkouts and the other for Git checkouts. - "ffmpeg_revision": "182844", + "ffmpeg_revision": "189720", "ffmpeg_hash": "bb82a38d45e65c1fba378c15180b98ad76ebe1ca", "sfntly_revision": "134", diff --git a/media/ffmpeg/ffmpeg_regression_tests.cc b/media/ffmpeg/ffmpeg_regression_tests.cc index 923a610..aa7fb86 100644 --- a/media/ffmpeg/ffmpeg_regression_tests.cc +++ b/media/ffmpeg/ffmpeg_regression_tests.cc @@ -151,6 +151,8 @@ FFMPEG_TEST_CASE(Cr152691, "security/152691.mp3", PIPELINE_ERROR_DECODE, "59adb24ef3cdbe0297f05b395827453f"); FFMPEG_TEST_CASE(Cr161639, "security/161639.m4a", PIPELINE_OK, PIPELINE_OK, kNullHash, "97ae2fa2a2e9ff3c2cf17be96b08bbe8"); +FFMPEG_TEST_CASE(Cr222754, "security/222754.mp4", PIPELINE_ERROR_DECODE, + PIPELINE_ERROR_DECODE, kNullHash, kNullHash); // General MKV test cases. FFMPEG_TEST_CASE(MKV_0, "security/nested_tags_lang.mka.627.628", PIPELINE_OK, |