diff options
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index aa9a039a6..c003c2a9c 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -134,6 +134,7 @@ void hb_close( hb_handle_t ** ); /* hb_global_init() Performs process initialization. */ int hb_global_init(void); +int hb_global_init_no_hardware(); /* hb_global_close() Performs final cleanup for the process. */ void hb_global_close(void); @@ -142,6 +143,8 @@ void hb_global_close(void); Return the unique instance id of an libhb instance created by hb_init. */ int hb_get_instance_id( hb_handle_t * h ); +int is_hardware_disabled(void); + #ifdef __cplusplus } #endif |