summaryrefslogtreecommitdiffstats
path: root/contrib/libs/libwebp/src/utils/thread_utils.h
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-07-24 10:07:25 +0300
committerrobot-piglet <[email protected]>2025-07-24 10:16:27 +0300
commit1c295121fa6a70a55c0ed79beb993761eac1fadc (patch)
tree0a3af4cf839ddc14d3d2829c3b224c1da409d80c /contrib/libs/libwebp/src/utils/thread_utils.h
parent026ffc40392187f03308f5ae7445365ad4a1ef7f (diff)
Intermediate changes
commit_hash:9e9c04347de10235f77fcdaf62119e9b89e8bc59
Diffstat (limited to 'contrib/libs/libwebp/src/utils/thread_utils.h')
-rw-r--r--contrib/libs/libwebp/src/utils/thread_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/libwebp/src/utils/thread_utils.h b/contrib/libs/libwebp/src/utils/thread_utils.h
index 29ad49f74b5..3575815d987 100644
--- a/contrib/libs/libwebp/src/utils/thread_utils.h
+++ b/contrib/libs/libwebp/src/utils/thread_utils.h
@@ -37,8 +37,8 @@ typedef int (*WebPWorkerHook)(void*, void*);
// Synchronization object used to launch job in the worker thread
typedef struct {
- void* impl_; // platform-dependent implementation worker details
- WebPWorkerStatus status_;
+ void* impl; // platform-dependent implementation worker details
+ WebPWorkerStatus status;
WebPWorkerHook hook; // hook to call
void* data1; // first argument passed to 'hook'
void* data2; // second argument passed to 'hook'