OSDN Git Service

Reduce the amount of buffering used and eliminate hb_snooze in the encoding pipeline
[handbrake-jp/handbrake-jp-git.git] / libhb / ports.h
index 47be2d7..318a7d7 100644 (file)
@@ -80,6 +80,7 @@ typedef struct hb_cond_s hb_cond_t;
 
 hb_cond_t * hb_cond_init();
 void        hb_cond_wait( hb_cond_t *, hb_lock_t * );
+void        hb_cond_timedwait( hb_cond_t * c, hb_lock_t * lock, int msec );
 void        hb_cond_signal( hb_cond_t * );
 void        hb_cond_close( hb_cond_t ** );