mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-26 22:52:55 +01:00
Merge "VP8LDspInitMIPSdspR2: add missing TSan annotation"
This commit is contained in:
commit
39537d7cfe
@ -467,9 +467,9 @@ static void CollectColorRedTransforms(const uint32_t* argb, int stride,
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
extern void VP8LDspInitMIPSdspR2(void);
|
||||
extern WEBP_TSAN_IGNORE_FUNCTION void VP8LDspInitMIPSdspR2(void);
|
||||
|
||||
void VP8LDspInitMIPSdspR2(void) {
|
||||
WEBP_TSAN_IGNORE_FUNCTION void VP8LDspInitMIPSdspR2(void) {
|
||||
#if defined(WEBP_USE_MIPS_DSP_R2)
|
||||
VP8LMapColor32b = MapARGB;
|
||||
VP8LMapColor8b = MapAlpha;
|
||||
|
Loading…
x
Reference in New Issue
Block a user