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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi

Issue 2737653002: Buffer 2 seconds of data in the ffmpeg demuxer. (Closed)
Patch Set: UnmarkEndOfStream -> UnmarkEndOfStreamAndClearError Created 3 years, 9 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 | « media/filters/ffmpeg_demuxer_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi b/third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi
index 82df86f5d53a01319624ba27055162a009485b5f..62366272f0db04c59f88089f760b09542af6ff18 100755
--- a/third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi
+++ b/third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi
@@ -30,7 +30,7 @@ open FILE, $name or die;
binmode FILE;
my ($data, $n);
my $total = 0;
-my $break = $filesize / 4;
+my $break = $filesize * 3 / 4;
my $string = "corrupt video";
seek(FILE, 0, 0);
« no previous file with comments | « media/filters/ffmpeg_demuxer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698