Skip to content

Commit 8d168c5

Browse files
authored
Remove wrong AV1 codecs string (#1630)
Co-authored-by: Hirokazu Honda <[email protected]>
1 parent e18b03d commit 8d168c5

File tree

1 file changed

+0
-1
lines changed
  • src/content/getusermedia/record/js

1 file changed

+0
-1
lines changed

src/content/getusermedia/record/js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ function getSupportedMimeTypes() {
7474
'video/webm;codecs=h264,opus',
7575
'video/mp4;codecs=h264,aac',
7676
'video/webm;codecs=av01,opus',
77-
'video/webm;codecs=av1,opus', // deprecated, prefer av01.
7877
];
7978
return possibleTypes.filter(mimeType => {
8079
return MediaRecorder.isTypeSupported(mimeType);

0 commit comments

Comments
 (0)