Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
903
int 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_data
Function · 0.85
free_representation
Function · 0.85
parse_manifest
Function · 0.85
update_init_section
Function · 0.85
recheck_discard_flags
Function · 0.85
dash_read_packet
Function · 0.85
dash_seek
Function · 0.85
mov_free_stream_context
Function · 0.85
hlsenc_io_open
Function · 0.85
hlsenc_io_close
Function · 0.85
do_encrypt
Function · 0.85
hls_encryption_start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected