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/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libhb/common.h') diff --git a/libhb/common.h b/libhb/common.h index 813b778ef..040164ceb 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -607,7 +607,6 @@ struct hb_job_s // initially (for frame accurate positioning // to non-I frames). int use_opencl; - int use_hwd; PRIVATE int use_decomb; PRIVATE int use_detelecine; @@ -983,7 +982,6 @@ struct hb_title_s int video_decode_support; #define HB_DECODE_SUPPORT_SW 0x01 // software (libavcodec or mpeg2dec) #define HB_DECODE_SUPPORT_QSV 0x02 // Intel Quick Sync Video -#define HB_DECODE_SUPPORT_DXVA2 0x04 // Microsoft DXVA2 hb_metadata_t * metadata; -- cgit v1.2.3