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

Function ishttp

libavformat/dashdec.c:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166} DASHContext;
167
168static int ishttp(char *url)
169{
170 const char *proto_name = avio_find_protocol_name(url);
171 return proto_name && av_strstart(proto_name, "http", NULL);
172}
173
174static int aligned(int val)
175{

Callers 1

resolve_content_pathFunction · 0.85

Calls 2

avio_find_protocol_nameFunction · 0.85
av_strstartFunction · 0.85

Tested by

no test coverage detected