summaryrefslogtreecommitdiffstats
path: root/libhb/ports.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-03-12 13:57:17 -0600
committerJohn Stebbins <[email protected]>2019-03-12 13:57:17 -0600
commit72e71b67c419960b5bca15af8a85219d54230fe3 (patch)
treec347aed21f13ec55838d84ed3a0b4291934c2797 /libhb/ports.h
parent654abc8fb1e9c33404605bba706fb82c8930a6ce (diff)
qsv: add i965 VA driver fallback
The iHD VA driver does not work for Sandy bridge, Ivy bridge and Haswell. iHD will fail to initialize on these CPUs. So when a failure occurs, fallback to i965.
Diffstat (limited to 'libhb/ports.h')
-rw-r--r--libhb/ports.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/ports.h b/libhb/ports.h
index 02e4ebd5b..5f8a008dc 100644
--- a/libhb/ports.h
+++ b/libhb/ports.h
@@ -51,8 +51,8 @@ typedef struct
#endif
} hb_display_t;
-hb_display_t * hb_display_init(const char * driver_name,
- const char * interface_name);
+hb_display_t * hb_display_init(const char * driver_name,
+ const char * const * interface_names);
void hb_display_close(hb_display_t ** _d);
/************************************************************************