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

Unified Diff: media/ffmpeg/ffmpeg_regression_tests.cc

Issue 2563183002: Fix up missing timestamps in FFmpegDemuxer. (Closed)
Patch Set: Created 4 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/filters/ffmpeg_demuxer.h » ('j') | media/filters/ffmpeg_demuxer.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 5640823e99661d4a08a5d5291f36d4d88b6cf194..0e838d96e39f9c92c74e6db99d240a43b6776c32 100644
--- a/media/ffmpeg/ffmpeg_regression_tests.cc
+++ b/media/ffmpeg/ffmpeg_regression_tests.cc
@@ -177,10 +177,7 @@ FFMPEG_TEST_CASE(Cr599625,
// twice under ASAN. If run once, then it doesn't. However, it still catches
// issues in crbug.com/662118, so it's included anyway.
FFMPEG_TEST_CASE(Cr658440, "security/658440.flac", PIPELINE_OK, PIPELINE_OK);
-FFMPEG_TEST_CASE(Cr665305,
- "crbug665305.flac",
- PIPELINE_OK,
- PIPELINE_ERROR_DECODE);
+FFMPEG_TEST_CASE(Cr665305, "crbug665305.flac", PIPELINE_OK, PIPELINE_OK);
FFMPEG_TEST_CASE_SEEKING(Cr666770,
"security/666770.mp4",
PIPELINE_OK,
« no previous file with comments | « no previous file | media/filters/ffmpeg_demuxer.h » ('j') | media/filters/ffmpeg_demuxer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698