diff options
author | Rodeo <[email protected]> | 2015-06-27 22:12:12 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2015-06-27 22:12:12 +0000 |
commit | bd62cb066f87fa45a9d9c6c88a43d85c8cfe5f7b (patch) | |
tree | 9907d20e050e66b38576fc81589eeef786e4945d /libhb/qsv_common.h | |
parent | 1572b921587434e2363cc94502cde97ad6279536 (diff) |
QSV: load required plug-ins before encoding, too.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7327 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/qsv_common.h')
-rw-r--r-- | libhb/qsv_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h index da045422e..b1adc5c5a 100644 --- a/libhb/qsv_common.h +++ b/libhb/qsv_common.h @@ -71,6 +71,10 @@ int hb_qsv_info_init(); void hb_qsv_info_print(); hb_qsv_info_t* hb_qsv_info_get(int encoder); +/* Automatically load and unload any required MFX plug-ins */ +hb_list_t* hb_qsv_load_plugins (hb_qsv_info_t *info, mfxSession session, mfxVersion version); +void hb_qsv_unload_plugins(hb_list_t **_l, mfxSession session, mfxVersion version); + /* Intel Quick Sync Video DECODE utilities */ const char* hb_qsv_decode_get_codec_name(enum AVCodecID codec_id); int hb_qsv_decode_is_enabled(hb_job_t *job); |