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

Function ffbsfcontext

libavcodec/bsf.c:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45} FFBSFContext;
46
47static av_always_inline FFBSFContext *ffbsfcontext(AVBSFContext *ctx)
48{
49 return (FFBSFContext *)ctx;
50}
51
52void av_bsf_free(AVBSFContext **pctx)
53{

Callers 5

av_bsf_freeFunction · 0.85
av_bsf_flushFunction · 0.85
av_bsf_send_packetFunction · 0.85
ff_bsf_get_packetFunction · 0.85
ff_bsf_get_packet_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected