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

Function unpack_b

libhb/hb_json.c:1049–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047static unsigned* unpack_u(unsigned *u) { return u; }
1048static json_int_t* unpack_I(json_int_t *i) { return i; }
1049static int * unpack_b(int *b) { return b; }
1050static const_str_t* unpack_s(const_str_t *s){ return s; }
1051static json_t** unpack_o(json_t** o) { return o; }
1052

Callers 4

hb_json_job_scanFunction · 0.85
hb_dict_to_jobFunction · 0.85
hb_json_to_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected