X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fhb.h;h=036546b1d66dbfd482373aa8cee579ea54fa5b44;hb=e90d429b62c48a65174957cbe3bbac1a2f861ef3;hp=2603c1a5f7164d02246c1ccf31efde6eccc96307;hpb=0f08538daf4f3307529a30188eb53ddf97d5d92d;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/hb.h b/libhb/hb.h index 2603c1a5..036546b1 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -26,8 +26,6 @@ int hb_get_build( hb_handle_t * ); number and points 'version' to a version description. Returns a negative value otherwise. */ int hb_check_update( hb_handle_t * h, char ** version ); - - int hello_world(); /* hb_set_cpu_count() Force libhb to act as if you had X CPU(s). @@ -101,6 +99,14 @@ int hb_get_scancount( hb_handle_t * ); Aborts all current jobs if any, frees memory. */ void hb_close( hb_handle_t ** ); +/* hb_global_close() + Performs final cleanup for the process. */ +void hb_global_close(); + +/* hb_get_instance_id() + Return the unique instance id of an libhb instance created by hb_init. */ +int hb_get_instance_id( hb_handle_t * h ); + #ifdef __cplusplus } #endif