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