summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2011-05-05 10:42:29 -0400
committerYunqing Wang <yunqingwang@google.com>2011-05-05 10:42:29 -0400
commiteb16f00cf25e54f08c5a9ec25a8780ca708a2c3a (patch)
tree00a5e922fbafac8ffa71b11d918eb1a84e43b37a /vp8/encoder/onyx_int.h
parentca5c1b17a2f651639e5f165177acd0178985a761 (diff)
downloadlibvpx-eb16f00cf25e54f08c5a9ec25a8780ca708a2c3a.tar
libvpx-eb16f00cf25e54f08c5a9ec25a8780ca708a2c3a.tar.gz
libvpx-eb16f00cf25e54f08c5a9ec25a8780ca708a2c3a.tar.bz2
libvpx-eb16f00cf25e54f08c5a9ec25a8780ca708a2c3a.zip
Fix rare hang in multi-thread encoder on Windows
This patch is to fix a rare hang in multi-thread encoder that was only seen on Windows. Thanks for John's help in debugging the problem. More test is needed. Change-Id: Idb11c6d344c2082362a032b34c5a602a1eea62fc
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index e2e6b367c..c2fcff88c 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -590,6 +590,7 @@ typedef struct
sem_t *h_event_start_encoding;
sem_t h_event_end_encoding;
sem_t h_event_start_lpf;
+ sem_t h_event_end_picklpf;
sem_t h_event_end_lpf;
#endif