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

Unified Diff: third_party/WebKit/LayoutTests/media/media-file.js

Issue 1735763002: Pass ffmpeg media track info to HTMLMediaElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@demuxer-tracks
Patch Set: rebase Created 4 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 | « third_party/WebKit/LayoutTests/media/content/test.webm ('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/media/media-file.js
diff --git a/third_party/WebKit/LayoutTests/media/media-file.js b/third_party/WebKit/LayoutTests/media/media-file.js
index 365ea8f2ee8e0ff3d0a24fef49722ca57e845380..c80abcbb6e5b8d7b0903239f8c77904eb6906fd4 100644
--- a/third_party/WebKit/LayoutTests/media/media-file.js
+++ b/third_party/WebKit/LayoutTests/media/media-file.js
@@ -6,7 +6,8 @@ var audioCodecs = [
var videoCodecs = [
["video/mp4", "mp4"],
- ["video/ogg", "ogv"]
+ ["video/ogg", "ogv"],
+ ["video/webm","webm"]
];
function findMediaFile(tagName, name) {
« no previous file with comments | « third_party/WebKit/LayoutTests/media/content/test.webm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698