| 3816 | const uint8_t *buf, int buf_size, int keyframe); |
| 3817 | void (*close)(AVBitStreamFilterContext *bsfc); |
| 3818 | struct AVBitStreamFilter *next; |
| 3819 | } AVBitStreamFilter; |
| 3820 | |
| 3821 | void av_register_bitstream_filter(AVBitStreamFilter *bsf); |
nothing calls this directly
no outgoing calls
no test coverage detected