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

Function ff_bsf

libavcodec/bsf.c:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#include "packet_internal.h"
35
36static av_always_inline const FFBitStreamFilter *ff_bsf(const AVBitStreamFilter *bsf)
37{
38 return (const FFBitStreamFilter*)bsf;
39}
40
41typedef struct FFBSFContext {
42 AVBSFContext pub;

Callers 5

av_bsf_freeFunction · 0.85
av_bsf_allocFunction · 0.85
av_bsf_initFunction · 0.85
av_bsf_flushFunction · 0.85
av_bsf_receive_packetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected