summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorRodeo <[email protected]>2014-01-12 23:46:44 +0000
committerRodeo <[email protected]>2014-01-12 23:46:44 +0000
commitcd00b6f50ede70a9edef1785dd8c74e1d3ab4dad (patch)
tree918b5b6a7e31c45a1b3b8432f1f5c4f969f17a81 /libhb
parent17917becc0cbf9ed402e9071935ae32b1d78fef7 (diff)
Revert previous commit, sorry.
I forgot about capabilities, we can't just swap the preferred implementation like that. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5965 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r--libhb/qsv_common.c5
-rw-r--r--libhb/qsv_common.h1
2 files changed, 0 insertions, 6 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;
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h
index 8803c06ba..c79cd2aa1 100644
--- a/libhb/qsv_common.h
+++ b/libhb/qsv_common.h
@@ -131,7 +131,6 @@ int hb_qsv_param_parse (hb_qsv_param_t *param, const char *key, const ch
const char* hb_qsv_frametype_name(uint16_t qsv_frametype);
uint8_t hb_qsv_frametype_xlat(uint16_t qsv_frametype, uint16_t *out_flags);
-void hb_qsv_impl_set_preferred(int impl);
mfxIMPL hb_qsv_impl_get_preferred();
const char* hb_qsv_impl_get_name(int impl);