diff options
author | Rodeo <[email protected]> | 2014-01-02 14:32:46 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-01-02 14:32:46 +0000 |
commit | c0fce1aeb05b413f2cc8c97698e2ff5ee6f338d9 (patch) | |
tree | e3efe5bdc01e8c39e23882fec943079365ddbbf5 /libhb/qsv_common.h | |
parent | 59f27d3ab84dfa5753007f38c143f4cb69898a66 (diff) |
qsv: add some frame type helper functions.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5950 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/qsv_common.h')
-rw-r--r-- | libhb/qsv_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h index 8a3b8c79b..c79cd2aa1 100644 --- a/libhb/qsv_common.h +++ b/libhb/qsv_common.h @@ -128,6 +128,9 @@ int hb_qsv_param_default_preset(hb_qsv_param_t *param, mfxVideoParam *videoParam int hb_qsv_param_default (hb_qsv_param_t *param, mfxVideoParam *videoParam); int hb_qsv_param_parse (hb_qsv_param_t *param, const char *key, const char *value, int vcodec); +const char* hb_qsv_frametype_name(uint16_t qsv_frametype); +uint8_t hb_qsv_frametype_xlat(uint16_t qsv_frametype, uint16_t *out_flags); + mfxIMPL hb_qsv_impl_get_preferred(); const char* hb_qsv_impl_get_name(int impl); |