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

Unified Diff: chrome/browser/extensions/file_manager_util.cc

Issue 6993042: ffmpeg chromium glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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: chrome/browser/extensions/file_manager_util.cc
===================================================================
--- chrome/browser/extensions/file_manager_util.cc (revision 90887)
+++ chrome/browser/extensions/file_manager_util.cc (working copy)
@@ -38,8 +38,8 @@
};
// List of file extension that can be handled with the media player.
const char* kAVExtensions[] = {
- ".webm", ".mp4", ".m4v", ".mov", ".ogm", ".ogv", ".ogx",
- ".mp3", ".m4a", ".ogg", ".oga", ".wav",
+ ".avi", ".divx", ".webm", ".mp4", ".m4v", ".mov", ".ogm", ".ogv", ".ogx",
+ ".mp3", ".m4a", ".ogg", ".oga", ".wav", ".xvid",
scherkus (not reviewing) 2011/06/29 17:00:36 I thought we weren't doing divx/xvid extensions?
ilja 2011/06/29 21:40:05 Inviting him. These extensions are only for the fi
zel 2011/06/29 22:09:12 Let's remove support for .divx and .xvid file form
/* TODO(zelidrag): Add unsupported ones as we enable them:
".3gp", ".mkv", ".avi", ".divx", ".xvid", ".wmv", ".asf", ".mpeg", ".mpg",
".wma", ".aiff",

Powered by Google App Engine
This is Rietveld 408576698