| 295 | } |
| 296 | |
| 297 | void *av_refstruct_pool_get(AVRefStructPool *pool) |
| 298 | { |
| 299 | void *ret; |
| 300 | refstruct_pool_get_ext(&ret, pool); |
| 301 | return ret; |
| 302 | } |
| 303 | |
| 304 | /** |
| 305 | * Hint: The content of pool_unref() and refstruct_pool_uninit() |
no test coverage detected