Skip to content

Commit

Permalink
#294 PR #288 broke offscreen decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 29, 2024
1 parent 0210e5a commit f8605d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ class XpraClient {
}
this.offscreen_api = DECODE_WORKER && XpraOffscreenWorker.isAvailable(this.ssl);
if (this.offscreen_api) {
self.set_encoding_option('video_max_size',[4096, 4096]);
this.set_encoding_option('video_max_size',[4096, 4096]);
}
this.clog("we have webworker support");
// spawn worker that checks for a websocket
Expand Down

0 comments on commit f8605d8

Please sign in to comment.