summaryrefslogtreecommitdiffstats
path: root/libhb/preset.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/preset.h')
-rw-r--r--libhb/preset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/preset.h b/libhb/preset.h
index ebc8ebca6..3f6301abe 100644
--- a/libhb/preset.h
+++ b/libhb/preset.h
@@ -84,7 +84,7 @@ char * hb_presets_clean_json(const char *json);
// Import a preset. Sanitizes and converts old key/value pairs
// to new key/value pairs. This is applied for you by hb_presets_add(),
// hb_presets_add_json(), hb_presets_add_file(), and hb_presets_add_path()
-int hb_presets_import(hb_value_t *preset);
+int hb_presets_import(const hb_value_t *in, hb_value_t **out);
// Import a json preset. Sanitizes and converts old key/value pairs
// to new key/value pairs.