diff options
author | John Stebbins <[email protected]> | 2016-11-11 11:11:52 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-11-11 11:11:52 -0800 |
commit | 756fd60813d2aa75ca07c7bdeb08cf54ec4fb06f (patch) | |
tree | fb91104d9084454cb14681503e8b771875cab640 /libhb | |
parent | d3a87d0633acb48bdd6a4b7709678459068332c1 (diff) |
LinGui: fix setting default preset
The old default was not getting scrubbed
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/preset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/preset.h b/libhb/preset.h index 0515b3cd1..63f112220 100644 --- a/libhb/preset.h +++ b/libhb/preset.h @@ -180,6 +180,7 @@ int hb_preset_move(const hb_preset_index_t *src_path, hb_dict_t * hb_presets_get_default(void); char * hb_presets_get_default_json(void); hb_preset_index_t * hb_presets_get_default_index(void); +void hb_presets_clear_default(); // Package the provided preset (wrap in dict and add version etc) // and write to json file |