diff options
Diffstat (limited to 'libhb/qsv_common.h')
-rw-r--r-- | libhb/qsv_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h index 8b94fd0b4..31e1bb36b 100644 --- a/libhb/qsv_common.h +++ b/libhb/qsv_common.h @@ -109,6 +109,7 @@ typedef struct mfxVideoParam *videoParam; } hb_qsv_param_t; +const char* const* hb_qsv_preset_get_names(); static const char* const hb_qsv_preset_names1[] = { "speed", "balanced", NULL, }; static const char* const hb_qsv_preset_names2[] = { "speed", "balanced", "quality", NULL, }; |