| Index: media/ffmpeg/ffmpeg_regression_tests.cc
|
| diff --git a/media/ffmpeg/ffmpeg_regression_tests.cc b/media/ffmpeg/ffmpeg_regression_tests.cc
|
| index 1c0b0a56127e953a6cf9d94ff2eaebcab2463fda..568a3c5782d5e00b8d7b52c687ec8255db3d4d6c 100644
|
| --- a/media/ffmpeg/ffmpeg_regression_tests.cc
|
| +++ b/media/ffmpeg/ffmpeg_regression_tests.cc
|
| @@ -252,7 +252,10 @@ FFMPEG_TEST_CASE(MP4_16,
|
| "security/looping2.mov",
|
| DEMUXER_ERROR_COULD_NOT_OPEN,
|
| DEMUXER_ERROR_COULD_NOT_OPEN);
|
| -FFMPEG_TEST_CASE(MP4_17, "security/assert2.mov", PIPELINE_OK, PIPELINE_OK);
|
| +FFMPEG_TEST_CASE(MP4_17,
|
| + "security/assert2.mov",
|
| + DEMUXER_ERROR_COULD_NOT_OPEN,
|
| + PIPELINE_OK);
|
|
|
| // General OGV test cases.
|
| FFMPEG_TEST_CASE(OGV_1,
|
|
|