Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ close_null_ctxp
Function
close_null_ctxp
libavformat/segment.c:591–595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
589
}
590
591
static void close_null_ctxp(AVIOContext **pb)
592
{
593
av_freep(&(*pb)->buffer);
594
avio_context_free(pb);
595
}
596
597
static int select_reference_stream(AVFormatContext *s)
598
{
Callers
2
seg_free
Function · 0.85
seg_write_header
Function · 0.85
Calls
2
av_freep
Function · 0.85
avio_context_free
Function · 0.85
Tested by
no test coverage detected