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

Function ff_format_io_close

libavformat/avformat.c:903–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901
902
903int ff_format_io_close(AVFormatContext *s, AVIOContext **pb)
904{
905 int ret = 0;
906 if (*pb)
907 ret = s->io_close2(s, *pb);
908 *pb = NULL;
909 return ret;
910}

Callers 15

ff_format_shift_dataFunction · 0.85
free_representationFunction · 0.85
parse_manifestFunction · 0.85
update_init_sectionFunction · 0.85
recheck_discard_flagsFunction · 0.85
dash_read_packetFunction · 0.85
dash_seekFunction · 0.85
mov_free_stream_contextFunction · 0.85
hlsenc_io_openFunction · 0.85
hlsenc_io_closeFunction · 0.85
do_encryptFunction · 0.85
hls_encryption_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected