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

Class AVBitStreamFilterContext

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected