diff options
Diffstat (limited to 'libhb/qsv_common.c')
-rw-r--r-- | libhb/qsv_common.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libhb/qsv_common.c b/libhb/qsv_common.c index 195845200..322fabde3 100644 --- a/libhb/qsv_common.c +++ b/libhb/qsv_common.c @@ -1015,6 +1015,11 @@ uint8_t hb_qsv_frametype_xlat(uint16_t qsv_frametype, uint16_t *out_flags) return frametype; } +void hb_qsv_impl_set_preferred(int impl) +{ + preferred_implementation = impl; +} + mfxIMPL hb_qsv_impl_get_preferred() { return preferred_implementation; |