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

Unified Diff: media/base/video_codecs.h

Issue 1469353010: Configure MediaCodec with CDM in ADVA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again Created 4 years, 11 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/audio_decoder_config.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_codecs.h
diff --git a/media/base/video_codecs.h b/media/base/video_codecs.h
index 4053902de6ffb3664ea3f237ae5d8096552c931d..9d9032ff7508c15aa1f83ab4bde0fdb1287d4c22 100644
--- a/media/base/video_codecs.h
+++ b/media/base/video_codecs.h
@@ -5,6 +5,9 @@
#ifndef MEDIA_BASE_VIDEO_CODECS_H_
#define MEDIA_BASE_VIDEO_CODECS_H_
+#include <string>
+#include "media/base/media_export.h"
+
namespace media {
enum VideoCodec {
@@ -59,6 +62,9 @@ enum VideoCodecProfile {
VIDEO_CODEC_PROFILE_MAX = VP9PROFILE_MAX,
};
+std::string MEDIA_EXPORT GetCodecName(VideoCodec codec);
+std::string MEDIA_EXPORT GetProfileName(VideoCodecProfile profile);
+
} // namespace media
#endif // MEDIA_BASE_VIDEO_CODECS_H_
« no previous file with comments | « media/base/audio_decoder_config.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698