Skip to content

Commit

Permalink
Merge pull request #248 from EmanH/video-decoder-to-use-full-range-co…
Browse files Browse the repository at this point in the history
…lorspace

Set full range color space hint in videoDecoder.configure
  • Loading branch information
totaam authored Jan 11, 2024
2 parents be10651 + 7cdcb09 commit 7f448ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html5/js/VideoDecoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class XpraVideoDecoder {
codec: this.codec,
hardwareAcceleration: "no-preference",
optimizeForLatency: true,
colorSpace: new VideoColorSpace({fullRange: true})
});
this.last_timestamp = 0;
this.initialized = true;
Expand Down

0 comments on commit 7f448ab

Please sign in to comment.