summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_common.c
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/qsv_common.c
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/qsv_common.c')
-rw-r--r--libhb/qsv_common.c5
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;