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

Function hb_container_sanitize_name

libhb/common.c:3707–3710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3705}
3706
3707const char* hb_container_sanitize_name(const char *name)
3708{
3709 return hb_container_get_name(hb_container_get_from_name(name));
3710}
3711
3712const hb_container_t* hb_container_get_next(const hb_container_t *last)
3713{

Callers

nothing calls this directly

Calls 2

hb_container_get_nameFunction · 0.85

Tested by

no test coverage detected