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

Function hb_video_encoder_sanitize_name

libhb/common.c:3168–3171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3166}
3167
3168const char* hb_video_encoder_sanitize_name(const char *name)
3169{
3170 return hb_video_encoder_get_name(hb_video_encoder_get_from_name(name));
3171}
3172
3173const hb_encoder_t* hb_video_encoder_get_next(const hb_encoder_t *last)
3174{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected