| 175 | * pointer to each of the pointers to itself. |
| 176 | */ |
| 177 | typedef struct AVFilterFormats AVFilterFormats; |
| 178 | struct AVFilterFormats |
| 179 | { |
| 180 | unsigned format_count; ///< number of formats |
nothing calls this directly
no outgoing calls
no test coverage detected