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

Function ssa_log

libhb/rendersub.c:666–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666static void ssa_log(int level, const char *fmt, va_list args, void *data)
667{
668 if (level < 5) // Same as default verbosity when no callback is set
669 {
670 hb_valog(1, "[ass]", fmt, args);
671 }
672}
673
674static int ssa_post_init(hb_filter_object_t *filter, hb_job_t *job)
675{

Callers

nothing calls this directly

Calls 1

hb_valogFunction · 0.85

Tested by

no test coverage detected