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

Function field_value

libhb/ssautil.c:382–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382static const char * field_value(char ** style, int index)
383{
384 if (index >= 0 && index < hb_str_vlen(style))
385 {
386 return style[index];
387 }
388 return NULL;
389}
390
391typedef struct ssa_style_indices_s
392{

Callers 1

add_styleFunction · 0.85

Calls 1

hb_str_vlenFunction · 0.85

Tested by

no test coverage detected