@novnc/novnc 1.6.0-ga8dfd6a → 1.6.0-gd7a3773

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -130,6 +130,7 @@ function _checkWebCodecsH264DecodeSupport2() {
130
130
  decoder = new VideoDecoder({
131
131
  output: function output(frame) {
132
132
  gotframe = true;
133
+ frame.close();
133
134
  },
134
135
  error: function error(e) {
135
136
  _error = e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novnc/novnc",
3
- "version": "1.6.0-ga8dfd6a",
3
+ "version": "1.6.0-gd7a3773",
4
4
  "description": "An HTML5 VNC client",
5
5
  "browser": "lib/rfb",
6
6
  "directories": {