MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / presets_clean

Function presets_clean

libhb/preset.c:2794–2800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2792}
2793
2794static void presets_clean(hb_value_t *presets, hb_value_t *template)
2795{
2796 preset_clean_context_t ctx;
2797 ctx.do_ctx.path.depth = 1;
2798 ctx.template = template;
2799 presets_do(do_preset_clean, presets, (preset_do_context_t*)&ctx);
2800}
2801
2802void hb_presets_clean(hb_value_t *preset)
2803{

Callers 6

hb_presets_cleanFunction · 0.85
hb_presets_clean_jsonFunction · 0.85
presets_packageFunction · 0.85
hb_preset_setFunction · 0.85
hb_preset_insertFunction · 0.85
hb_preset_appendFunction · 0.85

Calls 1

presets_doFunction · 0.85

Tested by

no test coverage detected