summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_thread_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/common/vp9_thread_common.h')
-rw-r--r--vp9/common/vp9_thread_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_thread_common.h b/vp9/common/vp9_thread_common.h
index 94c9de659..5df0117f1 100644
--- a/vp9/common/vp9_thread_common.h
+++ b/vp9/common/vp9_thread_common.h
@@ -40,7 +40,7 @@ typedef struct VP9LfSyncData {
int num_active_workers; // number of scheduled workers.
#if CONFIG_MULTITHREAD
- pthread_mutex_t lf_mutex;
+ pthread_mutex_t *lf_mutex;
pthread_mutex_t *recon_done_mutex;
pthread_cond_t *recon_done_cond;
#endif