MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / AVBitStreamFilter

Class AVBitStreamFilter

libavcodec/avcodec.h:3818–3818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3816 const uint8_t *buf, int buf_size, int keyframe);
3817 void (*close)(AVBitStreamFilterContext *bsfc);
3818 struct AVBitStreamFilter *next;
3819} AVBitStreamFilter;
3820
3821void av_register_bitstream_filter(AVBitStreamFilter *bsf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected