summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/qsv_common.h')
-rw-r--r--libhb/qsv_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h
index cd85d33a2..9e9b58f30 100644
--- a/libhb/qsv_common.h
+++ b/libhb/qsv_common.h
@@ -116,4 +116,7 @@ float hb_qsv_atof (const char *str, int *err);
int hb_qsv_param_default(hb_qsv_param_t *param, mfxVideoParam *videoParam);
int hb_qsv_param_parse (hb_qsv_param_t *param, const char *key, const char *value, int vcodec);
+mfxIMPL hb_qsv_impl_get_preferred();
+const char* hb_qsv_impl_get_name(int impl);
+
#endif