Switch uses of av_fopen_utf8 to avpriv_fopen_utf8

The former has been deprecated.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö
2022-05-20 14:55:46 +03:00
parent 4cdc14aa95
commit 6076dbcb55
10 changed files with 11 additions and 11 deletions

View File

@@ -139,7 +139,7 @@ static int populate_ipfs_gateway(URLContext *h)
}
// Get the contents of the gateway file.
gateway_file = av_fopen_utf8(ipfs_gateway_file, "r");
gateway_file = avpriv_fopen_utf8(ipfs_gateway_file, "r");
if (!gateway_file) {
av_log(h, AV_LOG_WARNING,
"The IPFS gateway file (full uri: %s) doesn't exist. "