| 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_
|
|
|