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

Function get_userdata

libavutil/refstruct.c:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static void *get_userdata(void *buf)
85{
86 return (char*)buf + REFCOUNT_OFFSET;
87}
88
89static void refcount_init(RefCount *ref, AVRefStructOpaque opaque,
90 void (*free_cb)(AVRefStructOpaque opaque, void *obj))

Callers 4

av_refstruct_alloc_ext_cFunction · 0.85
pool_free_entryFunction · 0.85
refstruct_pool_get_extFunction · 0.85
pool_unrefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected