X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fhb.h;h=38634b2a5b15ffd2144f0166ed30bf081520062e;hb=f05618bb296fb2bcb43f0494826010d3328136bc;hp=6de2fcb745859e8608dbc4b0f949487888b8ef3c;hpb=15482787aba9ee3d9b6c8edef9908681206817f1;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/hb.h b/libhb/hb.h index 6de2fcb7..38634b2a 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -28,11 +28,6 @@ int hb_get_build( hb_handle_t * ); negative value otherwise. */ int hb_check_update( hb_handle_t * h, char ** version ); -/* hb_set_cpu_count() - Force libhb to act as if you had X CPU(s). - Default is to use the detected count (see also hb_get_cpu_count() in - ports.h) */ -void hb_set_cpu_count( hb_handle_t *, int ); char * hb_dvd_name( char * path ); void hb_dvd_set_dvdnav( int enable );