diff -r 849d6343405b -r bb219fd0d646 mozilla-bmo1725828.patch --- a/mozilla-bmo1725828.patch Fri Oct 01 12:00:20 2021 +0200 +++ b/mozilla-bmo1725828.patch Sun Oct 17 20:19:48 2021 +0200 @@ -1,5 +1,5 @@ # HG changeset patch -# Parent 95d077d47f452a241c5826b5aea762b549bb24ff +# Parent fbca0d2a522cd1ab78001476293d3d79bfabb4cf @@ -520,7 +520,7 @@ diff --git a/dom/media/gmp/GMPParent.cpp b/dom/media/gmp/GMPParent.cpp --- a/dom/media/gmp/GMPParent.cpp +++ b/dom/media/gmp/GMPParent.cpp -@@ -868,18 +868,31 @@ RefPtr GMPParent::ParseC +@@ -871,16 +871,30 @@ RefPtr GMPParent::ParseC mLibs = "dxva2.dll"_ns; #endif } else { @@ -543,8 +543,6 @@ + } +#endif + - GMPCapability video; -- nsCString codecsString = NS_ConvertUTF16toUTF8(m.mX_cdm_codecs); nsTArray codecs; SplitAt(",", codecsString, codecs);