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

Unified Diff: media/base/media.h

Issue 2723833002: WebM support for new multipart VP9 string. (Closed)
Patch Set: Rebase 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/base/key_systems_unittest.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 f6a53f4b1b9ca7b62aa4568c4b790eb15ceaab7f..e17b4bb225bfd262171d0ee4ac3f94114a24bda4 100644
--- a/media/base/media.h
+++ b/media/base/media.h
@@ -29,6 +29,12 @@ MEDIA_EXPORT bool HasPlatformDecoderSupport();
MEDIA_EXPORT bool PlatformHasOpusSupport();
#endif
+// Tells the media library to support parsing of the new multipart vp9 codec
+// string.
+// TODO(chcunningham): Remove these (always support) when string standardized.
+MEDIA_EXPORT void EnableNewVp9CodecStringSupport();
+MEDIA_EXPORT bool HasNewVp9CodecStringSupport();
+
} // namespace media
#endif // MEDIA_BASE_MEDIA_H_
« no previous file with comments | « media/base/key_systems_unittest.cc ('k') | media/base/media.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698