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

Class AVBitStreamFilter

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

Source from the content-addressed store, hash-verified

3802typedef struct AVBitStreamFilterContext {
3803 void *priv_data;
3804 struct AVBitStreamFilter *filter;
3805 AVCodecParserContext *parser;
3806 struct AVBitStreamFilterContext *next;
3807} AVBitStreamFilterContext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected