From 04dc06a9095e084d11b8d508d68f064c5dbf61dd Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 15 Oct 2020 16:32:04 +0200 Subject: Updated to 82.0 Build 2 --- mozilla-1665324.patch | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 mozilla-1665324.patch (limited to 'mozilla-1665324.patch') diff --git a/mozilla-1665324.patch b/mozilla-1665324.patch deleted file mode 100644 index 9fdffdb..0000000 --- a/mozilla-1665324.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/dom/media/platforms/ffmpeg/FFmpegDecoderModule.h b/dom/media/platforms/ffmpeg/FFmpegDecoderModule.h ---- a/dom/media/platforms/ffmpeg/FFmpegDecoderModule.h -+++ b/dom/media/platforms/ffmpeg/FFmpegDecoderModule.h -@@ -38,14 +38,6 @@ - if (aParams.VideoConfig().HasAlpha()) { - return nullptr; - } -- if (VPXDecoder::IsVPX(aParams.mConfig.mMimeType) && -- aParams.mOptions.contains(CreateDecoderParams::Option::LowLatency) && -- !StaticPrefs::media_ffmpeg_low_latency_enabled()) { -- // We refuse to create a decoder with low latency enabled if it's VP8 or -- // VP9 unless specifically allowed: this will fallback to libvpx later. -- // We do allow it for h264. -- return nullptr; -- } - RefPtr decoder = new FFmpegVideoDecoder( - mLib, aParams.VideoConfig(), aParams.mKnowsCompositor, - aParams.mImageContainer, -diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml ---- a/modules/libpref/init/StaticPrefList.yaml -+++ b/modules/libpref/init/StaticPrefList.yaml -@@ -7109,13 +7109,6 @@ - mirror: always - #endif - --#if defined(MOZ_FFMPEG) || defined(MOZ_FFVPX) --- name: media.ffmpeg.low-latency.enabled -- type: RelaxedAtomicBool -- value: false -- mirror: always --#endif -- - #ifdef MOZ_WMF - - - name: media.wmf.enabled - -- cgit