From 73aace89c1cd9bc77f420109ce4f94fed687c5d6 Mon Sep 17 00:00:00 2001 From: trav90 Date: Thu, 26 Apr 2018 16:45:18 -0500 Subject: [ffvpx] Revert Mozilla hack in FFmpeg code This hack was added by Mozilla to work around a potential data race, however the root cause was fixed by upstream in release 3.4 so this hack is no longer needed. --- media/ffvpx/README_MOZILLA | 7 ------- 1 file changed, 7 deletions(-) (limited to 'media/ffvpx/README_MOZILLA') diff --git a/media/ffvpx/README_MOZILLA b/media/ffvpx/README_MOZILLA index 7f42d0513..996fc13ee 100644 --- a/media/ffvpx/README_MOZILLA +++ b/media/ffvpx/README_MOZILLA @@ -30,10 +30,3 @@ replace: s/HAVE_SYSCTL 1/HAVE_SYSCTL 0 config_win32/64.h/asm: add to configure command: --toolchain=msvc - -23 Sept 2016: libavcodec/pthread_frame.c has been patched so as to avoid -generating large numbers of warnings from TSan (Thread Sanitizer) when -decoding vp9 streams. This will likely be fixed upstream sometime soon. -When resyncing with upstream, first un-apply the patch shown at -https://bugzilla.mozilla.org/show_bug.cgi?id=1274256#c60, then resync, -then assess whether the patch is still necessary. -- cgit v1.2.3