Fix canPlayType/isTypeSupported for AV1 content

This commit is contained in:
trav90 2018-10-20 14:49:17 -05:00 committed by Roy Tam
commit cbacc81f82
6 changed files with 35 additions and 33 deletions

View file

@ -34,9 +34,6 @@ public:
// by our demuxers to identify AV1 streams.
static bool IsAV1(const nsACString& aMimeType);
// Return true if aCodecType is a supported codec description.
static bool IsSupportedCodec(const nsAString& aCodecType);
// Return true if a sample is a keyframe.
static bool IsKeyframe(Span<const uint8_t> aBuffer);