OSDN Git Service

Set MinCache to 1 if we're using x264 and b-frames.
[handbrake-jp/handbrake-jp-git.git] / libhb / ports.h
index 4639c6b..47df1ce 100644 (file)
@@ -53,7 +53,6 @@ int           hb_thread_has_exited( hb_thread_t * );
 /************************************************************************
  * Mutexes
  ***********************************************************************/
-typedef struct hb_lock_s hb_lock_t;
 
 hb_lock_t * hb_lock_init();
 void        hb_lock_close( hb_lock_t ** );