diff options
Diffstat (limited to 'content/media/DecoderTraits.cpp')
-rw-r--r-- | content/media/DecoderTraits.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/media/DecoderTraits.cpp b/content/media/DecoderTraits.cpp index 90d3f4fec..930944889 100644 --- a/content/media/DecoderTraits.cpp +++ b/content/media/DecoderTraits.cpp @@ -158,9 +158,11 @@ static const char* const gWebMTypes[3] = { nullptr }; -static char const *const gWebMCodecs[5] = { +static char const *const gWebMCodecs[7] = { "vp8", "vp8.0", + "vp9", + "vp9.0", "vorbis", "opus", nullptr |