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

Function unpack_i

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

Source from the content-addressed store, hash-verified

1044
1045static double* unpack_f(double *f) { return f; }
1046static int* unpack_i(int *i) { return i; }
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; }

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