diff options
author | John Stebbins <[email protected]> | 2019-03-12 13:57:17 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-03-12 13:57:17 -0600 |
commit | 72e71b67c419960b5bca15af8a85219d54230fe3 (patch) | |
tree | c347aed21f13ec55838d84ed3a0b4291934c2797 /libhb/ports.h | |
parent | 654abc8fb1e9c33404605bba706fb82c8930a6ce (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.h | 4 |
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); /************************************************************************ |