Home
last modified time | relevance | path

Searched refs:ipfs_cid (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dipfsgateway.c199 const char *ipfs_cid; in translate_ipfs_to_http() local
205 // the string leaving just the CID in ipfs_cid. in translate_ipfs_to_http()
206 int is_ipfs = av_stristart(uri, "ipfs://", &ipfs_cid); in translate_ipfs_to_http()
207 int is_ipns = av_stristart(uri, "ipns://", &ipfs_cid); in translate_ipfs_to_http()
219 if (strlen(ipfs_cid) < 1) { in translate_ipfs_to_http()
283 ipfs_cid); in translate_ipfs_to_http()

Completed in 1 milliseconds