MCPcopy 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
591static void close_null_ctxp(AVIOContext **pb)
592{
593 av_freep(&(*pb)->buffer);
594 avio_context_free(pb);
595}
596
597static int select_reference_stream(AVFormatContext *s)
598{

Callers 2

seg_freeFunction · 0.85
seg_write_headerFunction · 0.85

Calls 2

av_freepFunction · 0.85
avio_context_freeFunction · 0.85

Tested by

no test coverage detected