diff options
author | sr55 <[email protected]> | 2011-02-26 17:22:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-02-26 17:22:36 +0000 |
commit | 0761f1109607f4500722c979bf3d0b021742e862 (patch) | |
tree | 24567f7334c3f507e19a735e0cd63ec9a8e7ba24 /libhb/internal.h | |
parent | 48aebee9e159dd5b8e4e91af0f221d8b00ddbe8f (diff) |
Remove depreciated cpu count from the api
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3813 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 7896bee16..d025f50b4 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -170,7 +170,7 @@ hb_thread_t * hb_scan_init( hb_handle_t *, volatile int * die, const char * path, int title_index, hb_list_t * list_title, int preview_count, int store_previews, uint64_t min_duration ); -hb_thread_t * hb_work_init( hb_list_t * jobs, int cpu_count, +hb_thread_t * hb_work_init( hb_list_t * jobs, volatile int * die, int * error, hb_job_t ** job ); hb_thread_t * hb_reader_init( hb_job_t * ); hb_work_object_t * hb_muxer_init( hb_job_t * ); |