Split webcodecs
into audio-codecs
and video-codecs
#2918
Labels
feature definition
Creating or defining new features or groups of features.
I suggest to split up the
webcodecs
feature into two featuresaudio-codecs
andvideo-codecs
, because they have different levels of browser support:AudioDecoder
is available in all browsers except Firefox Android and Safari.VideoDecoder
is available in all browsers except Firefox Android.See: https://github.com/web-platform-dx/web-features/blob/main/features/webcodecs.yml.dist
/cc @ddbeck
The text was updated successfully, but these errors were encountered: