diff options
Diffstat (limited to 'libhb/qsv_common.c')
-rw-r--r-- | libhb/qsv_common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libhb/qsv_common.c b/libhb/qsv_common.c index 322fabde3..195845200 100644 --- a/libhb/qsv_common.c +++ b/libhb/qsv_common.c @@ -1015,11 +1015,6 @@ 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; |