From cd00b6f50ede70a9edef1785dd8c74e1d3ab4dad Mon Sep 17 00:00:00 2001 From: Rodeo Date: Sun, 12 Jan 2014 23:46:44 +0000 Subject: 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 --- libhb/qsv_common.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libhb/qsv_common.c') 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; -- cgit v1.2.3