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