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

Unified Diff: media/base/media.h

Issue 2864593003: Add MimeUtil::Parse{Audio|Video}CodecString (Closed)
Patch Set: Feedback && Proprietary Codecs fix && Rebase Created 3 years, 7 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 | « content/browser/media/media_capabilities_browsertest.cc ('k') | media/base/media.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media.h
diff --git a/media/base/media.h b/media/base/media.h
index e17b4bb225bfd262171d0ee4ac3f94114a24bda4..6a87bb0d0c98d0fb7f5ee354072cce14b79362ef 100644
--- a/media/base/media.h
+++ b/media/base/media.h
@@ -34,6 +34,7 @@ MEDIA_EXPORT bool PlatformHasOpusSupport();
// TODO(chcunningham): Remove these (always support) when string standardized.
MEDIA_EXPORT void EnableNewVp9CodecStringSupport();
MEDIA_EXPORT bool HasNewVp9CodecStringSupport();
+MEDIA_EXPORT void DisableNewVp9CodecStringSupport_ForTesting();
} // namespace media
« no previous file with comments | « content/browser/media/media_capabilities_browsertest.cc ('k') | media/base/media.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698