summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ethread.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_ethread.h')
-rw-r--r--vp9/encoder/vp9_ethread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_ethread.h b/vp9/encoder/vp9_ethread.h
index a396e621d..1a79f3175 100644
--- a/vp9/encoder/vp9_ethread.h
+++ b/vp9/encoder/vp9_ethread.h
@@ -33,8 +33,8 @@ typedef struct EncWorkerData {
// Encoder row synchronization
typedef struct VP9RowMTSyncData {
#if CONFIG_MULTITHREAD
- pthread_mutex_t *mutex_;
- pthread_cond_t *cond_;
+ pthread_mutex_t *mutex;
+ pthread_cond_t *cond;
#endif
// Allocate memory to store the sb/mb block index in each row.
int *cur_col;