MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / opt_array_pcount

Function opt_array_pcount

libavutil/opt.c:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static unsigned *opt_array_pcount(const void *parray)
124{
125 return (unsigned *)((const void * const *)parray + 1);
126}
127
128static void opt_free_elem(enum AVOptionType type, void *ptr)
129{

Callers 7

opt_set_arrayFunction · 0.85
opt_get_arrayFunction · 0.85
av_opt_freeFunction · 0.85
opt_copy_arrayFunction · 0.85
av_opt_get_array_sizeFunction · 0.85
av_opt_get_arrayFunction · 0.85
av_opt_set_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected