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

Unified Diff: media/base/media_client.h

Issue 2758873003: New media/base/decode_capabilities.h|cc (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/decode_capabilities_unittest.cc ('k') | media/base/mime_util_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_client.h
diff --git a/media/base/media_client.h b/media/base/media_client.h
index afcf9d721e634033daeebcaaa670abffa6c263f9..e5beb94ef94d2d5c747e5749fe12c690f7adcbae 100644
--- a/media/base/media_client.h
+++ b/media/base/media_client.h
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "media/base/decode_capabilities.h"
#include "media/base/key_system_properties.h"
#include "media/base/media_export.h"
#include "media/base/video_codecs.h"
@@ -29,13 +30,6 @@ MEDIA_EXPORT void SetMediaClient(MediaClient* media_client);
MEDIA_EXPORT MediaClient* GetMediaClient();
#endif
-struct MEDIA_EXPORT VideoConfig {
- VideoCodec codec;
- VideoCodecProfile profile;
- int level;
- media::VideoColorSpace color_space;
-};
-
struct MEDIA_EXPORT KeySystemInfoForUMA {
KeySystemInfoForUMA(const std::string& key_system,
const std::string& key_system_name_for_uma);
« no previous file with comments | « media/base/decode_capabilities_unittest.cc ('k') | media/base/mime_util_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698