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

Unified Diff: media/base/video_codecs.h

Issue 2226443002: Support multiple media tracks in MSE / ChunkDemuxer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed integer overflow Created 4 years, 3 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/media_track.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 ccd40b2bd089d03a7763a879ca29087206a6971a..6218f7cda3a3a8aa98c3956b67445c7ea4b88646 100644
--- a/media/base/video_codecs.h
+++ b/media/base/video_codecs.h
@@ -89,6 +89,8 @@ MEDIA_EXPORT bool ParseHEVCCodecId(const std::string& codec_id,
uint8_t* level_idc);
#endif
+MEDIA_EXPORT VideoCodec StringToVideoCodec(const std::string& codec_id);
+
} // namespace media
#endif // MEDIA_BASE_VIDEO_CODECS_H_
« no previous file with comments | « media/base/media_track.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698