Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
static av_always_inline FFBSFContext *ffbsfcontext(AVBSFContext *ctx)
48
{
49
return (FFBSFContext *)ctx;
50
}
51
52
void av_bsf_free(AVBSFContext **pctx)
53
{
Callers
5
av_bsf_free
Function · 0.85
av_bsf_flush
Function · 0.85
av_bsf_send_packet
Function · 0.85
ff_bsf_get_packet
Function · 0.85
ff_bsf_get_packet_ref
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected