summaryrefslogtreecommitdiffstats
path: root/libhb/hbtypes.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-05-17 08:12:33 -0700
committerJohn Stebbins <[email protected]>2016-05-17 08:12:33 -0700
commit141579c628e4d74fd6c7d00da0de388bdca7eabd (patch)
tree5c6d365cb58945bba799c5c891487541d739f3b5 /libhb/hbtypes.h
parent17433d4f622a561f1cc4fdef71ced517f9b997b5 (diff)
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
Diffstat (limited to 'libhb/hbtypes.h')
-rw-r--r--libhb/hbtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/hbtypes.h b/libhb/hbtypes.h
index 42a82dd27..c4e36a9d4 100644
--- a/libhb/hbtypes.h
+++ b/libhb/hbtypes.h
@@ -11,7 +11,6 @@
#define HB_TYPES_H
typedef struct hb_handle_s hb_handle_t;
-typedef struct hb_hwd_s hb_hwd_t;
typedef struct hb_list_s hb_list_t;
typedef struct hb_buffer_list_s hb_buffer_list_t;
typedef struct hb_rate_s hb_rate_t;