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