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

Function ff_check_interrupt

libavformat/avio.c:855–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855int ff_check_interrupt(AVIOInterruptCB *cb)
856{
857 if (cb && cb->callback)
858 return cb->callback(cb->opaque);
859 return 0;
860}
861
862int ff_rename(const char *url_src, const char *url_dst, void *logctx)
863{

Callers 15

get_current_fragmentFunction · 0.85
read_dataFunction · 0.85
dash_read_packetFunction · 0.85
udp_read_packetFunction · 0.85
retry_transfer_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by 1

fifo_test_packetFunction · 0.68