Skip to content

Commit ee204c8

Browse files
fix h264 decode
1 parent 8799980 commit ee204c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/noVNC/core/util/browser.js

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ async function _checkWebCodecsH264DecodeSupport() {
9191
return false;
9292
}
9393

94+
/*
95+
9496
// Firefox incorrectly reports supports for H.264 under some
9597
// circumstances, so we need to actually test a real frame
9698
// https://bugzilla.mozilla.org/show_bug.cgi?id=1932392
@@ -146,6 +148,7 @@ async function _checkWebCodecsH264DecodeSupport() {
146148
if (error !== null) {
147149
return false;
148150
}
151+
*/
149152

150153
return true;
151154
}

0 commit comments

Comments
 (0)