summaryrefslogtreecommitdiffstats
path: root/media/ffvpx/README_MOZILLA
diff options
context:
space:
mode:
authortrav90 <travawine@protonmail.ch>2018-04-26 16:45:18 -0500
committertrav90 <travawine@protonmail.ch>2018-04-26 16:45:18 -0500
commit73aace89c1cd9bc77f420109ce4f94fed687c5d6 (patch)
tree8c66aed518bd3cb16a079d344e0722c4bd384a4d /media/ffvpx/README_MOZILLA
parent9a97c58feb8f14bb8be720e2cac5db017b4523d3 (diff)
downloadUXP-73aace89c1cd9bc77f420109ce4f94fed687c5d6.tar
UXP-73aace89c1cd9bc77f420109ce4f94fed687c5d6.tar.gz
UXP-73aace89c1cd9bc77f420109ce4f94fed687c5d6.tar.lz
UXP-73aace89c1cd9bc77f420109ce4f94fed687c5d6.tar.xz
UXP-73aace89c1cd9bc77f420109ce4f94fed687c5d6.zip
[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.
Diffstat (limited to 'media/ffvpx/README_MOZILLA')
-rw-r--r--media/ffvpx/README_MOZILLA7
1 files changed, 0 insertions, 7 deletions
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.