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

Unified Diff: net/base/mime_util.cc

Issue 27374002: Add support for avc3 codec string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload Created 7 years, 2 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
Index: net/base/mime_util.cc
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc
index 70dd3530df293f2ab610a5c94538c954fcf2a3dd..3d34428b8e503fa0a3f2ac5d8c0c4e58dc9e3100 100644
--- a/net/base/mime_util.cc
+++ b/net/base/mime_util.cc
@@ -315,6 +315,7 @@ static const char* const common_media_codecs[] = {
// List of proprietary codecs only supported by Google Chrome.
static const char* const proprietary_media_codecs[] = {
"avc1",
+ "avc3",
scherkus (not reviewing) 2013/10/15 22:51:12 this affects canplaytype -- what about a layout te
acolwell GONE FROM CHROMIUM 2013/10/15 23:04:11 I'll add layout tests in another CL.
"mp4a"
};
« content/renderer/media/crypto/key_systems.cc ('K') | « media/test/data/bear-1280x720-v_frag-avc3.mp4 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698