diff options
author | Rodeo <[email protected]> | 2014-01-12 23:46:44 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-01-12 23:46:44 +0000 |
commit | cd00b6f50ede70a9edef1785dd8c74e1d3ab4dad (patch) | |
tree | 918b5b6a7e31c45a1b3b8432f1f5c4f969f17a81 /libhb/qsv_common.h | |
parent | 17917becc0cbf9ed402e9071935ae32b1d78fef7 (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.h')
-rw-r--r-- | libhb/qsv_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |