summaryrefslogtreecommitdiffstats
path: root/libhb/param.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-03-10 14:46:50 -0700
committerJohn Stebbins <[email protected]>2016-03-11 14:13:33 -0700
commitfc3a836f30ff50f556c0267efbb41ee84a4b74a8 (patch)
tree86abe81114fcaa9df2b106b0cd55a634fd6615ba /libhb/param.h
parentc3c076a86e8c3a9b97b1ed352c88365728e3879a (diff)
qsv: fix build
I missed some of the qsv filter settings bits that needed changing.
Diffstat (limited to 'libhb/param.h')
-rw-r--r--libhb/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/param.h b/libhb/param.h
index d61fd389c..0222de39b 100644
--- a/libhb/param.h
+++ b/libhb/param.h
@@ -19,6 +19,8 @@ struct hb_filter_param_s
const char *settings;
};
+void hb_param_configure_qsv(void);
+
hb_dict_t * hb_generate_filter_settings(int filter_id, const char *preset,
const char *tune, const char *custom);
char * hb_generate_filter_settings_json(int filter_id, const char *preset,