mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
VP8YUVInit: add missing TSan annotation
Change-Id: I7f8868de425e1aac3721b3e328844725104d14db
This commit is contained in:
parent
f9016d6662
commit
97f6aff874
@ -238,7 +238,7 @@ static WEBP_INLINE void VP8YuvToRgba(uint8_t y, uint8_t u, uint8_t v,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Must be called before everything, to initialize the tables.
|
// Must be called before everything, to initialize the tables.
|
||||||
void VP8YUVInit(void);
|
WEBP_TSAN_IGNORE_FUNCTION void VP8YUVInit(void);
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// SSE2 extra functions (mostly for upsampling_sse2.c)
|
// SSE2 extra functions (mostly for upsampling_sse2.c)
|
||||||
|
Loading…
Reference in New Issue
Block a user