From 141579c628e4d74fd6c7d00da0de388bdca7eabd Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 17 May 2016 08:12:33 -0700 Subject: remove dxva hw decode (#189) * remove dxva hw decode It provides practically no speed increase even on a slow CPU and results in a speed decrease on fast CPUs. And the code is exceptionally fugly. * cli: remove USE_HWD --- libhb/hb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libhb/hb.h') diff --git a/libhb/hb.h b/libhb/hb.h index 94f99bce7..da8710aba 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -33,10 +33,6 @@ void hb_register_logger( void (*log_cb)(const char* message) ); hb_handle_t * hb_init( int verbose ); void hb_log_level_set(hb_handle_t *h, int level); -void hb_hwd_set_enable( hb_handle_t *h, uint8_t enable ); -int hb_hwd_enabled( hb_handle_t *h ); -hb_hwd_t * hb_hwd_get_context(); - /* hb_get_version() */ const char * hb_get_full_description(); const char * hb_get_version( hb_handle_t * ); -- cgit v1.2.3