OSDN Git Service

fix silence insertion problem in audio sync and pipeline stall problem
[handbrake-jp/handbrake-jp-git.git] / libhb / internal.h
index 7672c73..8223ebf 100644 (file)
@@ -152,7 +152,7 @@ hb_work_object_t * hb_codec_encoder( int );
 /***********************************************************************
  * sync.c
  **********************************************************************/
-int hb_sync_init( hb_job_t * job );
+hb_work_object_t * hb_sync_init( hb_job_t * job );
 
 /***********************************************************************
  * mpegdemux.c