Loading libraries/scrcpy-decoder-webcodecs/src/video/codec/h265.ts +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ export class H265Decoder extends H26xDecoder { ].join("."); this.#decoder.configure({ codec, codedWidth: croppedWidth, codedHeight: croppedHeight, optimizeForLatency: true, }); } Loading Loading
libraries/scrcpy-decoder-webcodecs/src/video/codec/h265.ts +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ export class H265Decoder extends H26xDecoder { ].join("."); this.#decoder.configure({ codec, codedWidth: croppedWidth, codedHeight: croppedHeight, optimizeForLatency: true, }); } Loading