| 3802 | typedef struct AVBitStreamFilterContext { |
| 3803 | void *priv_data; |
| 3804 | struct AVBitStreamFilter *filter; |
| 3805 | AVCodecParserContext *parser; |
| 3806 | struct AVBitStreamFilterContext *next; |
| 3807 | } AVBitStreamFilterContext; |
nothing calls this directly
no outgoing calls
no test coverage detected