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