VP8YUVInit: add missing TSan annotation

Change-Id: I7f8868de425e1aac3721b3e328844725104d14db
This commit is contained in:
James Zern 2015-02-09 22:42:12 -08:00
parent f9016d6662
commit 97f6aff874

View File

@ -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)