Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 954cd1d9 authored by Simon Chan's avatar Simon Chan
Browse files

fix(webcodecs): fix HEVC decoding in MS Edge

parent 677aabc7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ export class H265Decoder extends H26xDecoder {
        ].join(".");
        this.#decoder.configure({
            codec,
            codedWidth: croppedWidth,
            codedHeight: croppedHeight,
            optimizeForLatency: true,
        });
    }