summaryrefslogtreecommitdiffstats
path: root/libhb/hb_json.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2017-11-06 10:48:26 -0800
committerGitHub <[email protected]>2017-11-06 10:48:26 -0800
commit8a68af4675fd90f58ab0b8a191345847bff94cea (patch)
tree5f473c29873fe702e9d2177903557cbd6acb79c3 /libhb/hb_json.h
parentd438e35c7edf9a94cddb7853fe68a50207d1027d (diff)
CLI: add option to log version, title, and progress in json
This is useful for scripts and other frontends that need to parse CLI output.
Diffstat (limited to 'libhb/hb_json.h')
-rw-r--r--libhb/hb_json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb_json.h b/libhb/hb_json.h
index 26afd4408..54ac92a46 100644
--- a/libhb/hb_json.h
+++ b/libhb/hb_json.h
@@ -35,6 +35,7 @@ char * hb_get_preview_params_json(int title_idx, int preview_idx,
int deinterlace, hb_geometry_settings_t *settings);
char * hb_get_preview_json(hb_handle_t * h, const char *json_param);
void hb_json_job_scan( hb_handle_t * h, const char * json_job );
+hb_dict_t * hb_version_dict(void);
#ifdef __cplusplus
}